Home
last modified time | relevance | path

Searched refs:testf (Results 1 – 25 of 1119) sorted by relevance

12345678910>>...45

/dports/www/p5-CGI-SpeedyCGI/CGI-SpeedyCGI-2.22/speedy/t/
H A Dshutdown.t6 my $testf = "/tmp/speedy.shutdown_done.$$";
8 unlink($testf);
15 my $val = `$ENV{SPEEDY} -- $maxruns t/scripts/shutdown $testf $whichtest`;
21 # The shutdown script that we run should create $testf when it
29 if (&run($i) > 0 && ! -f $testf && &run($i) > 0 && -f $testf) {
34 unlink $testf;
38 if (&run(2) > 0 && -f $testf) {
43 unlink $testf;
46 if (!&run(3) && -f $testf) {
51 unlink $testf;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/test/
H A Dtest_distribution.py28 expect(testf).to(raise_error(ValueError))
32 expect(testf).to(raise_error(ValueError))
36 expect(testf).to(raise_error(ValueError))
48 expect(testf).to(raise_error(ValueError))
52 expect(testf).to(raise_error(ValueError))
64 expect(testf).to(raise_error(ValueError))
129 expect(testf).to(raise_error(ValueError))
182 testf = lambda: distribution.merge(*p) function
183 expect(testf).to(raise_error(ValueError))
187 testf = lambda: distribution.merge(d2, d3) function
[all …]
H A Dtest_report_request.py258 expect(testf).to(raise_error(ValueError))
262 expect(testf).to(raise_error(ValueError))
266 expect(testf).to(raise_error(ValueError))
268 expect(testf).to(raise_error(ValueError))
272 expect(testf).to(raise_error(ValueError))
274 expect(testf).to(raise_error(ValueError))
278 expect(testf).to(raise_error(ValueError))
282 expect(testf).to(raise_error(ValueError))
352 testf = lambda: self.agg.report(None) function
357 testf = lambda: self.agg.report(req) function
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/sim/testsuite/sim/cris/asm/
H A Dccs-v32.ms18 .macro testf BIT
26 testf p
27 testf i
28 testf x
29 testf n
30 testf z
31 testf v
32 testf c
33 testf u ; Can't test i-flag or clear u after this point.
/dports/devel/gdb761/gdb-7.6.1/sim/testsuite/sim/cris/asm/
H A Dccs-v32.ms18 .macro testf BIT
26 testf p
27 testf i
28 testf x
29 testf n
30 testf z
31 testf v
32 testf c
33 testf u ; Can't test i-flag or clear u after this point.
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Transforms/SCCP/
H A Dreturn-zapped.ll3 ; After the first round of Solver.Solve(), the return value of @testf still
5 ; @testf's return value in @bar is unknown. In ResolvedUndefsIn, we force the
6 ; false branch to be feasible. We later discover that @testf actually
11 ; CHECK: [[CALL:%.+]] = call i1 @testf()
19 %call = call i1 @testf()
26 define internal i1 @testf() {
27 ; CHECK-LABEL: define internal i1 @testf(
49 ; CHECK-NEXT: %call2 = call i1 @testf()
56 %call = call i1 @testf()
60 %call2 = call i1 @testf()
/dports/devel/llvm11/llvm-11.0.1.src/test/Transforms/SCCP/
H A Dreturn-zapped.ll3 ; After the first round of Solver.Solve(), the return value of @testf still
5 ; @testf's return value in @bar is unknown. In ResolvedUndefsIn, we force the
6 ; false branch to be feasible. We later discover that @testf actually
11 ; CHECK: [[CALL:%.+]] = call i1 @testf()
19 %call = call i1 @testf()
26 define internal i1 @testf() {
27 ; CHECK-LABEL: define internal i1 @testf(
49 ; CHECK-NEXT: %call2 = call i1 @testf()
56 %call = call i1 @testf()
60 %call2 = call i1 @testf()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Transforms/SCCP/
H A Dreturn-zapped.ll3 ; After the first round of Solver.Solve(), the return value of @testf still
5 ; @testf's return value in @bar is unknown. In ResolvedUndefsIn, we force the
6 ; false branch to be feasible. We later discover that @testf actually
11 ; CHECK: [[CALL:%.+]] = call i1 @testf()
19 %call = call i1 @testf()
26 define internal i1 @testf() {
27 ; CHECK-LABEL: define internal i1 @testf(
49 ; CHECK-NEXT: %call2 = call i1 @testf()
56 %call = call i1 @testf()
60 %call2 = call i1 @testf()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/Transforms/SCCP/
H A Dreturn-zapped.ll3 ; After the first round of Solver.Solve(), the return value of @testf still
5 ; @testf's return value in @bar is unknown. In ResolvedUndefsIn, we force the
6 ; false branch to be feasible. We later discover that @testf actually
11 ; CHECK: [[CALL:%.+]] = call i1 @testf()
19 %call = call i1 @testf()
26 define internal i1 @testf() {
27 ; CHECK-LABEL: define internal i1 @testf(
49 ; CHECK-NEXT: %call2 = call i1 @testf()
56 %call = call i1 @testf()
60 %call2 = call i1 @testf()
/dports/devel/llvm10/llvm-10.0.1.src/test/Transforms/SCCP/
H A Dreturn-zapped.ll3 ; After the first round of Solver.Solve(), the return value of @testf still
5 ; @testf's return value in @bar is unknown. In ResolvedUndefsIn, we force the
6 ; false branch to be feasible. We later discover that @testf actually
11 ; CHECK: [[CALL:%.+]] = call i1 @testf()
19 %call = call i1 @testf()
26 define internal i1 @testf() {
27 ; CHECK-LABEL: define internal i1 @testf(
49 ; CHECK-NEXT: %call2 = call i1 @testf()
56 %call = call i1 @testf()
60 %call2 = call i1 @testf()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/Transforms/SCCP/
H A Dreturn-zapped.ll3 ; After the first round of Solver.Solve(), the return value of @testf still
5 ; @testf's return value in @bar is unknown. In ResolvedUndefsIn, we force the
6 ; false branch to be feasible. We later discover that @testf actually
11 ; CHECK: [[CALL:%.+]] = call i1 @testf()
19 %call = call i1 @testf()
26 define internal i1 @testf() {
27 ; CHECK-LABEL: define internal i1 @testf(
49 ; CHECK-NEXT: %call2 = call i1 @testf()
56 %call = call i1 @testf()
60 %call2 = call i1 @testf()
/dports/devel/llvm90/llvm-9.0.1.src/test/Transforms/SCCP/
H A Dreturn-zapped.ll3 ; After the first round of Solver.Solve(), the return value of @testf still
5 ; @testf's return value in @bar is unknown. In ResolvedUndefsIn, we force the
6 ; false branch to be feasible. We later discover that @testf actually
11 ; CHECK: [[CALL:%.+]] = call i1 @testf()
19 %call = call i1 @testf()
26 define internal i1 @testf() {
27 ; CHECK-LABEL: define internal i1 @testf(
49 ; CHECK-NEXT: %call2 = call i1 @testf()
56 %call = call i1 @testf()
60 %call2 = call i1 @testf()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/Transforms/SCCP/
H A Dreturn-zapped.ll3 ; After the first round of Solver.Solve(), the return value of @testf still
5 ; @testf's return value in @bar is unknown. In ResolvedUndefsIn, we force the
6 ; false branch to be feasible. We later discover that @testf actually
11 ; CHECK: [[CALL:%.+]] = call i1 @testf()
19 %call = call i1 @testf()
26 define internal i1 @testf() {
27 ; CHECK-LABEL: define internal i1 @testf(
49 ; CHECK-NEXT: %call2 = call i1 @testf()
56 %call = call i1 @testf()
60 %call2 = call i1 @testf()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/Transforms/SCCP/
H A Dreturn-zapped.ll3 ; After the first round of Solver.Solve(), the return value of @testf still
5 ; @testf's return value in @bar is unknown. In ResolvedUndefsIn, we force the
6 ; false branch to be feasible. We later discover that @testf actually
11 ; CHECK: [[CALL:%.+]] = call i1 @testf()
19 %call = call i1 @testf()
26 define internal i1 @testf() {
27 ; CHECK-LABEL: define internal i1 @testf(
49 ; CHECK-NEXT: %call2 = call i1 @testf()
56 %call = call i1 @testf()
60 %call2 = call i1 @testf()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/Transforms/SCCP/
H A Dreturn-zapped.ll3 ; After the first round of Solver.Solve(), the return value of @testf still
5 ; @testf's return value in @bar is unknown. In ResolvedUndefsIn, we force the
6 ; false branch to be feasible. We later discover that @testf actually
11 ; CHECK: [[CALL:%.+]] = call i1 @testf()
19 %call = call i1 @testf()
26 define internal i1 @testf() {
27 ; CHECK-LABEL: define internal i1 @testf(
49 ; CHECK-NEXT: %call2 = call i1 @testf()
56 %call = call i1 @testf()
60 %call2 = call i1 @testf()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/Transforms/SCCP/
H A Dreturn-zapped.ll3 ; After the first round of Solver.Solve(), the return value of @testf still
5 ; @testf's return value in @bar is unknown. In ResolvedUndefsIn, we force the
6 ; false branch to be feasible. We later discover that @testf actually
11 ; CHECK: [[CALL:%.+]] = call i1 @testf()
19 %call = call i1 @testf()
26 define internal i1 @testf() {
27 ; CHECK-LABEL: define internal i1 @testf(
49 ; CHECK-NEXT: %call2 = call i1 @testf()
56 %call = call i1 @testf()
60 %call2 = call i1 @testf()
/dports/devel/llvm80/llvm-8.0.1.src/test/Transforms/SCCP/
H A Dreturn-zapped.ll3 ; After the first round of Solver.Solve(), the return value of @testf still
5 ; @testf's return value in @bar is unknown. In ResolvedUndefsIn, we force the
6 ; false branch to be feasible. We later discover that @testf actually
11 ; CHECK: [[CALL:%.+]] = call i1 @testf()
19 %call = call i1 @testf()
26 define internal i1 @testf() {
27 ; CHECK-LABEL: define internal i1 @testf(
49 ; CHECK-NEXT: %call2 = call i1 @testf()
56 %call = call i1 @testf()
60 %call2 = call i1 @testf()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/Transforms/SCCP/
H A Dreturn-zapped.ll3 ; After the first round of Solver.Solve(), the return value of @testf still
5 ; @testf's return value in @bar is unknown. In ResolvedUndefsIn, we force the
6 ; false branch to be feasible. We later discover that @testf actually
11 ; CHECK: [[CALL:%.+]] = call i1 @testf()
19 %call = call i1 @testf()
26 define internal i1 @testf() {
27 ; CHECK-LABEL: define internal i1 @testf(
49 ; CHECK-NEXT: %call2 = call i1 @testf()
56 %call = call i1 @testf()
60 %call2 = call i1 @testf()
/dports/devel/llvm70/llvm-7.0.1.src/test/Transforms/SCCP/
H A Dreturn-zapped.ll3 ; After the first round of Solver.Solve(), the return value of @testf still
5 ; @testf's return value in @bar is unknown. In ResolvedUndefsIn, we force the
6 ; false branch to be feasible. We later discover that @testf actually
11 ; CHECK: [[CALL:%.+]] = call i1 @testf()
19 %call = call i1 @testf()
26 define internal i1 @testf() {
27 ; CHECK-LABEL: define internal i1 @testf(
49 ; CHECK-NEXT: %call2 = call i1 @testf()
56 %call = call i1 @testf()
60 %call2 = call i1 @testf()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/Transforms/SCCP/
H A Dreturn-zapped.ll3 ; After the first round of Solver.Solve(), the return value of @testf still
5 ; @testf's return value in @bar is unknown. In ResolvedUndefsIn, we force the
6 ; false branch to be feasible. We later discover that @testf actually
11 ; CHECK: [[CALL:%.+]] = call i1 @testf()
19 %call = call i1 @testf()
26 define internal i1 @testf() {
27 ; CHECK-LABEL: define internal i1 @testf(
49 ; CHECK-NEXT: %call2 = call i1 @testf()
56 %call = call i1 @testf()
60 %call2 = call i1 @testf()
/dports/devel/p5-File-Append-TempFile/File-Append-TempFile-0.07/t/
H A Duse.t10 sub testf($ $)
26 ok testf($f, $f->begin_work('testfile.txt')), 'begin_work()';
27 ok testf($f, $f->add_line("Huh?\n")), 'add_line() 1';
28 ok testf($f, $f->rollback()), 'rollback()';
29 ok testf($f, $f->begin_work('testfile.txt')), 'begin_work() again';
30 ok testf($f, $f->add_line("If this were an actual emergency, do you think\n")), 'add_line() 2';
31 ok testf($f, $f->add_line("we'd have bothered to tell you?\n")), 'add_line() 3';
32 ok testf($f, $f->commit()), 'commit()';
33 ok testf($f, $f->begin_work('testfile.txt')), 'begin_work() yet again';
34 ok testf($f, $f->add_line("This ought to be rolled back\n")), 'add_line() 4';
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/tests/
H A Dt_hostrealm.py27 def testf(realm, host, expected_realms, msg, env=None): function
83 testf(realm, 'a.b.c', ['B.C'], 'fallback_realm domain a.b.c')
89 testf(realm, 'krbtest.com', ['KRBTEST.COM'], 'fallback_realm try0', env=try0)
90 testf(realm, 'a.b.krbtest.com', ['B.KRBTEST.COM'],
92 testf(realm, 'a.b.c', ['B.C'], 'fallback_realm try0 nomatch', env=try0)
98 testf(realm, 'krbtest.com', ['KRBTEST.COM'], 'fallback_realm try2', env=try2)
99 testf(realm, 'a.b.krbtest.com', ['KRBTEST.COM'],
101 testf(realm, 'a.b.c.krbtest.com', ['B.C.KRBTEST.COM'],
107 testf(realm, '1.2.3.4', ['1', '2', '3', '4'], 'fallback_realm test1')
/dports/security/krb5/krb5-1.19.2/src/tests/
H A Dt_hostrealm.py27 def testf(realm, host, expected_realms, msg, env=None): function
83 testf(realm, 'a.b.c', ['B.C'], 'fallback_realm domain a.b.c')
89 testf(realm, 'krbtest.com', ['KRBTEST.COM'], 'fallback_realm try0', env=try0)
90 testf(realm, 'a.b.krbtest.com', ['B.KRBTEST.COM'],
92 testf(realm, 'a.b.c', ['B.C'], 'fallback_realm try0 nomatch', env=try0)
98 testf(realm, 'krbtest.com', ['KRBTEST.COM'], 'fallback_realm try2', env=try2)
99 testf(realm, 'a.b.krbtest.com', ['KRBTEST.COM'],
101 testf(realm, 'a.b.c.krbtest.com', ['B.C.KRBTEST.COM'],
107 testf(realm, '1.2.3.4', ['1', '2', '3', '4'], 'fallback_realm test1')
/dports/devel/lua-cqueues/cqueues-rel-20200726/regress/
H A D152-thread-integer-passing.lua8 local function runtest(testf, ...)
11 local err = packerror(testf(...))
18 local err, thr = packerror(thread.start(function (_, testf, ...)
21 testf = check(load(testf))
22 local err = packerror(testf(...))
24 end, string.dump(testf), ...))
/dports/math/Imath/Imath-3.1.4/src/ImathTest/
H A DtestFun.cpp254 testf (0); in testFun()
255 testf (0.0 * -1.0); in testFun()
256 testf (1); in testFun()
257 testf (-1); in testFun()
258 testf (16); in testFun()
259 testf (7); in testFun()
260 testf (0.7); in testFun()
264 testf (u.f, false); in testFun()
266 testf (u.f, false); in testFun()
270 testf (u.f); in testFun()
[all …]

12345678910>>...45