Home
last modified time | relevance | path

Searched refs:testIt (Results 1 – 25 of 615) sorted by relevance

12345678910>>...25

/dports/lang/rhino/rhino1_7R4/testsrc/org/mozilla/javascript/tests/
H A DErrorPropertiesTest.java42 testIt("try { null.method() } catch (e) { e.fileName }", "myScript.js"); in fileName()
43 testIt("try { null.property } catch (e) { e.fileName }", "myScript.js"); in fileName()
48 testIt("try { null.method() } catch (e) { e.lineNumber }", 1); in lineNumber()
49 testIt("try {\n null.method() \n} catch (e) { e.lineNumber }", 2); in lineNumber()
50 testIt("\ntry \n{\n null.method() \n} catch (e) { e.lineNumber }", 4); in lineNumber()
52 testIt("function f() {\n null.method(); \n}\n try { f() } catch (e) { e.lineNumber }", 2); in lineNumber()
61 testIt("try { null.method() } catch (e) { e.stack }", "\tat myScript.js:1" + LS); in defaultStack()
63testIt("function f() {\n null.method(); \n}\n try { f() } catch (e) { e.stack }", expectedStack); in defaultStack()
72 testIt("try { null.method() } catch (e) { e.stack }", "@myScript.js:1" + LS); in mozillaStack()
74testIt("function f() {\n null.method(); \n}\n try { f() } catch (e) { e.stack }", expectedStack); in mozillaStack()
[all …]
/dports/print/lilypond-devel/lilypond-2.23.5/input/regression/
H A Dadded-post-event-test.ly15 testIt =
50 \testIt ##t { \note -1 }
51 \testIt ##t { $note -1 }
52 \testIt ##t { \chord -1 }
53 \testIt { { \note -1 } }
54 \testIt ##t { { \note -1 } -2 }
55 \testIt { < \note -1 g' > -2 }
56 \testIt { { \chord -1 } }
57 \testIt { $pitch -1 }
58 \testIt { c-\single \slurUp ( -1 }
[all …]
/dports/print/lilypond/lilypond-2.22.1/input/regression/
H A Dadded-post-event-test.ly15 testIt =
50 \testIt ##t { \note -1 }
51 \testIt ##t { $note -1 }
52 \testIt ##t { \chord -1 }
53 \testIt { { \note -1 } }
54 \testIt ##t { { \note -1 } -2 }
55 \testIt { < \note -1 g' > -2 }
56 \testIt { { \chord -1 } }
57 \testIt { $pitch -1 }
58 \testIt { c-\single \slurUp ( -1 }
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/glmark2/src/src/libmatrix/test/
H A Dlibmatrix_test.cc50 for (vector<MatrixTest*>::iterator testIt = testVec.begin(); in main() local
51 testIt != testVec.end(); in main()
52 testIt++) in main()
54 MatrixTest* curTest = *testIt; in main()
/dports/benchmarks/glmark2/glmark2-2021.12/src/libmatrix/test/
H A Dlibmatrix_test.cc50 for (vector<MatrixTest*>::iterator testIt = testVec.begin(); in main() local
51 testIt != testVec.end(); in main()
52 testIt++) in main()
54 MatrixTest* curTest = *testIt; in main()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Video/BridgeOpenCV/test/
H A DitkOpenCVImageBridgeRGBTest.cxx52 IterType testIt(test, test->GetLargestPossibleRegion());
53 testIt.GoToBegin();
60 PixelType testPx = testIt.Get();
62 if( validIt.GetIndex() != testIt.GetIndex() )
77 IterType testIt2 = testIt;
81 …std::cerr << testIt.GetIndex() << " [ " << validPx << " " << validIt2.Get() << "] != [ " << testPx…
88 ++testIt;
/dports/security/helib/HElib-1.3.1/misc/legacy_tests/
H A DTest_PolyEval.cpp66 void testIt(long d, long k, long p, long r, long m, long L, in testIt() function
168 testIt(d, k, p, r, m, L, false); in main()
169 testIt(d, k, p, r, m, L, true); in main()
174 testIt(1, k, p, r, m, L, true); in main()
175 testIt(3, k, p, r, m, L, true); in main()
177 testIt(d, k, p, r, m, L); in main()
/dports/sysutils/consul/consul-1.10.3/agent/
H A Dtxn_endpoint_test.go49 testIt := func(t *testing.T, agent *TestAgent, wantPass bool) {
78 testIt(t, a, false)
84 testIt(t, a, false)
90 testIt(t, a, false)
100 testIt(t, a, true)
112 testIt := func(agent *TestAgent, wantPass bool) {
155 testIt(a, false)
161 testIt(a, false)
167 testIt(a, false)
177 testIt(a, true)
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/agent/
H A Dtxn_endpoint_test.go41 testIt := func(t *testing.T, agent *TestAgent, wantPass bool) {
70 testIt(t, a, false)
76 testIt(t, a, false)
82 testIt(t, a, false)
92 testIt(t, a, true)
100 testIt := func(agent *TestAgent, wantPass bool) {
143 testIt(a, false)
149 testIt(a, false)
155 testIt(a, false)
165 testIt(a, true)
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/agent/
H A Dtxn_endpoint_test.go49 testIt := func(t *testing.T, agent *TestAgent, wantPass bool) {
78 testIt(t, a, false)
84 testIt(t, a, false)
90 testIt(t, a, false)
100 testIt(t, a, true)
112 testIt := func(agent *TestAgent, wantPass bool) {
155 testIt(a, false)
161 testIt(a, false)
167 testIt(a, false)
177 testIt(a, true)
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/agent/
H A Dtxn_endpoint_test.go49 testIt := func(t *testing.T, agent *TestAgent, wantPass bool) {
78 testIt(t, a, false)
84 testIt(t, a, false)
90 testIt(t, a, false)
100 testIt(t, a, true)
112 testIt := func(agent *TestAgent, wantPass bool) {
155 testIt(a, false)
161 testIt(a, false)
167 testIt(a, false)
177 testIt(a, true)
[all …]
/dports/devel/kyra/kyra/engine/
H A Dimnode.cpp295 GlInsideNodeIt< KrImNode* > testIt( child ); in Resort() local
297 testIt.Begin(); in Resort()
298 int testZ = testIt.CurrentData()->ZDepth(); in Resort()
301 for( ; !testIt.Done(); testIt.Next() ) in Resort()
303 GLASSERT( testIt.CurrentData()->ZDepth() >= testZ ); in Resort()
305 testZ = testIt.CurrentData()->ZDepth(); in Resort()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGenCXX/
H A Dalloc-size.cpp16 int testIt() { in testIt() function
63 int testIt() { in testIt() function
83 int testIt() { in testIt() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGenCXX/
H A Dalloc-size.cpp16 int testIt() { in testIt() function
63 int testIt() { in testIt() function
83 int testIt() { in testIt() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Dalloc-size.cpp16 int testIt() { in testIt() function
63 int testIt() { in testIt() function
83 int testIt() { in testIt() function
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGenCXX/
H A Dalloc-size.cpp16 int testIt() { in testIt() function
63 int testIt() { in testIt() function
83 int testIt() { in testIt() function
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CodeGenCXX/
H A Dalloc-size.cpp16 int testIt() { in testIt() function
63 int testIt() { in testIt() function
83 int testIt() { in testIt() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGenCXX/
H A Dalloc-size.cpp16 int testIt() { in testIt() function
63 int testIt() { in testIt() function
83 int testIt() { in testIt() function
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGenCXX/
H A Dalloc-size.cpp16 int testIt() { in testIt() function
63 int testIt() { in testIt() function
83 int testIt() { in testIt() function
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CodeGenCXX/
H A Dalloc-size.cpp16 int testIt() { in testIt() function
63 int testIt() { in testIt() function
83 int testIt() { in testIt() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGenCXX/
H A Dalloc-size.cpp16 int testIt() { in testIt() function
63 int testIt() { in testIt() function
83 int testIt() { in testIt() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Dalloc-size.cpp16 int testIt() { in testIt() function
63 int testIt() { in testIt() function
83 int testIt() { in testIt() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGenCXX/
H A Dalloc-size.cpp16 int testIt() { in testIt() function
63 int testIt() { in testIt() function
83 int testIt() { in testIt() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGenCXX/
H A Dalloc-size.cpp16 int testIt() { in testIt() function
63 int testIt() { in testIt() function
83 int testIt() { in testIt() function
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Dalloc-size.cpp16 int testIt() { in testIt() function
63 int testIt() { in testIt() function
83 int testIt() { in testIt() function

12345678910>>...25