Home
last modified time | relevance | path

Searched refs:testWork (Results 1 – 25 of 50) sorted by relevance

12

/dports/math/gismo/gismo-21.12.0/unittests/
H A DgsQuadratureRules_test.cpp32 testWork(array, 1); in SUITE()
38 testWork(array, 1); in SUITE()
44 testWork(array, 3); in SUITE()
50 testWork(array, 3); in SUITE()
56 testWork(array, 3); in SUITE()
62 testWork(array, 2); in SUITE()
68 testWork(array, 2); in SUITE()
74 testWork(array, 2); in SUITE()
80 testWork(array, 2); in SUITE()
86 testWork(array, 1); in SUITE()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/exec/
H A Dsort_test.cpp77 void testWork(const char* patternStr, in testWork() function in __anon4844c5590111::SortStageTest
214 testWork("{a: 1}", in TEST_F()
222 testWork("{a: -1}", in TEST_F()
230 testWork("{b: 1}", in TEST_F()
244 testWork( in TEST_F()
249 testWork( in TEST_F()
260 testWork("{a: 1}", in TEST_F()
268 testWork("{a: -1}", in TEST_F()
281 testWork("{a: 1}", nullptr, 1, "{input: [{a: 2}, {a: 1}, {a: 3}]}", "{output: [{a: 1}]}"); in TEST_F()
290 testWork("{a: 1}", in TEST_F()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/dbtests/
H A Dquery_stage_ensure_sorted.cpp57 void testWork(const char* patternStr, in testWork() function in mongo::__anon05c641fb0111::QueryStageEnsureSortedTest
139 testWork("{a: 1}", "{input: [{a: 1}, {a: 2}, {a: 3}]}", "{output: [{a: 1}, {a: 2}, {a: 3}]}"); in TEST_F()
143 testWork("{a: -1}", "{input: [{a: 3}, {a: 2}, {a: 1}]}", "{output: [{a: 3}, {a: 2}, {a: 1}]}"); in TEST_F()
147 testWork("{b: 1}", "{input: [{a: 2}, {a: 1}, {a: 3}]}", "{output: [{a: 2}, {a: 1}, {a: 3}]}"); in TEST_F()
155 testWork("{a: 1}", in TEST_F()
161 testWork("{a: -1}", in TEST_F()
167 testWork("{a: -1, b: 1}", in TEST_F()
173 testWork("{a: 1}", "{input: [{a: 'abc'}, {a: 'cba'}]}", "{output: [{a: 'abc'}, {a: 'cba'}]}"); in TEST_F()
178 testWork("{a: 1}", "{input: [{a: 'abc'}, {a: 'cba'}]}", "{output: [{a: 'abc'}]}", &collator); in TEST_F()
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/misc/cgo/testcarchive/
H A Dcarchive_test.go59 if testWork {
208 if !testWork {
229 if !testWork {
309 if !testWork {
349 if !testWork {
399 if !testWork {
516 if !testWork {
553 if !testWork {
604 if !testWork {
646 if !testWork {
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/misc/cgo/testcarchive/
H A Dcarchive_test.go59 if testWork {
208 if !testWork {
229 if !testWork {
309 if !testWork {
349 if !testWork {
399 if !testWork {
516 if !testWork {
553 if !testWork {
604 if !testWork {
646 if !testWork {
[all …]
/dports/lang/gcc11/gcc-11.2.0/libgo/misc/cgo/testcarchive/
H A Dcarchive_test.go60 if testWork {
209 if !testWork {
230 if !testWork {
310 if !testWork {
350 if !testWork {
400 if !testWork {
517 if !testWork {
554 if !testWork {
605 if !testWork {
647 if !testWork {
[all …]
/dports/lang/gcc10/gcc-10.3.0/libgo/misc/cgo/testcarchive/
H A Dcarchive_test.go60 if testWork {
214 if !testWork {
235 if !testWork {
315 if !testWork {
355 if !testWork {
405 if !testWork {
522 if !testWork {
559 if !testWork {
610 if !testWork {
652 if !testWork {
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/misc/cgo/testcarchive/
H A Dcarchive_test.go60 if testWork {
209 if !testWork {
230 if !testWork {
310 if !testWork {
350 if !testWork {
400 if !testWork {
517 if !testWork {
554 if !testWork {
605 if !testWork {
647 if !testWork {
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libgo/misc/cgo/testcarchive/
H A Dcarchive_test.go60 if testWork {
214 if !testWork {
235 if !testWork {
315 if !testWork {
355 if !testWork {
405 if !testWork {
522 if !testWork {
559 if !testWork {
610 if !testWork {
652 if !testWork {
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/misc/cgo/testcarchive/
H A Dcarchive_test.go60 if testWork {
209 if !testWork {
230 if !testWork {
310 if !testWork {
350 if !testWork {
400 if !testWork {
517 if !testWork {
554 if !testWork {
605 if !testWork {
647 if !testWork {
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/misc/cgo/testcarchive/
H A Dcarchive_test.go60 if testWork {
214 if !testWork {
235 if !testWork {
315 if !testWork {
355 if !testWork {
405 if !testWork {
522 if !testWork {
559 if !testWork {
610 if !testWork {
652 if !testWork {
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/rogpeppe/go-internal/cmd/testscript/
H A Dmain.go106 testWork: *fWork,
151 testWork bool member
227 if tr.testWork {
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/rogpeppe/go-internal/cmd/testscript/
H A Dmain.go106 testWork: *fWork,
151 testWork bool member
227 if tr.testWork {
/dports/security/gopass/gopass-1.13.0/vendor/github.com/rogpeppe/go-internal/cmd/testscript/
H A Dmain.go106 testWork: *fWork,
151 testWork bool member
227 if tr.testWork {
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/rogpeppe/go-internal/cmd/testscript/
H A Dmain.go106 testWork: *fWork,
151 testWork bool member
227 if tr.testWork {
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/rogpeppe/go-internal/testscript/
H A Dtestscript.go38 var testWork = flag.Bool("testwork", false, "") var
237 if p.TestWork || *testWork {
405 if *testWork || ts.t.Verbose() {
591 if *testWork || ts.params.TestWork {
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/rogpeppe/go-internal/testscript/
H A Dtestscript.go38 var testWork = flag.Bool("testwork", false, "") var
237 if p.TestWork || *testWork {
405 if *testWork || ts.t.Verbose() {
591 if *testWork || ts.params.TestWork {
/dports/security/gopass/gopass-1.13.0/vendor/github.com/rogpeppe/go-internal/testscript/
H A Dtestscript.go38 var testWork = flag.Bool("testwork", false, "") var
237 if p.TestWork || *testWork {
405 if *testWork || ts.t.Verbose() {
591 if *testWork || ts.params.TestWork {
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/rogpeppe/go-internal/testscript/
H A Dtestscript.go38 var testWork = flag.Bool("testwork", false, "") var
237 if p.TestWork || *testWork {
405 if *testWork || ts.t.Verbose() {
591 if *testWork || ts.params.TestWork {
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/rogpeppe/go-internal/testscript/
H A Dtestscript.go38 var testWork = flag.Bool("testwork", false, "") var
237 if p.TestWork || *testWork {
390 if *testWork || ts.t.Verbose() {
576 if *testWork || ts.params.TestWork {
/dports/lang/gcc10/gcc-10.3.0/libgo/misc/cgo/testshared/
H A Dshared_test.go37 var testWork = flag.Bool("testwork", false, "if true, log and do not delete the temporary working d…
89 if *testWork || testing.Verbose() {
92 if !*testWork {
/dports/devel/avr-gcc/gcc-10.2.0/libgo/misc/cgo/testshared/
H A Dshared_test.go37 var testWork = flag.Bool("testwork", false, "if true, log and do not delete the temporary working d… var
89 if *testWork || testing.Verbose() {
92 if !*testWork {
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/misc/cgo/testshared/
H A Dshared_test.go37 var testWork = flag.Bool("testwork", false, "if true, log and do not delete the temporary working d… var
89 if *testWork || testing.Verbose() {
92 if !*testWork {
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/misc/cgo/testshared/
H A Dshared_test.go36 var testWork = flag.Bool("testwork", false, "if true, log and do not delete the temporary working d… var
96 if *testWork || testing.Verbose() {
99 if !*testWork {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/misc/cgo/testshared/
H A Dshared_test.go37 var testWork = flag.Bool("testwork", false, "if true, log and do not delete the temporary working d… var
97 if *testWork || testing.Verbose() {
100 if !*testWork {

12