Searched refs:test (Results 1 - 25 of 2532) sorted by relevance

1234567891011>>

/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma_2/Exceptions/
H A Dexception-010-n.js25 test();
27 function test() function
29 print ("Null throw test.");
H A Dexception-011-n.js25 test();
27 function test() function
29 print ("Undefined throw test.");
/macosx-10.10/JavaScriptCore-7600.1.17/tests/stress/
H A Dinstanceof-not-cell.js7 function test(o, prototype, expected) { function
19 test(42, Object, false);
20 test(42, Array, false);
21 test(42, String, false);
22 test(42, Foo, false);
23 test(42, Bar, false);
24 test({}, Object, true);
25 test({}, Array, false);
26 test({}, String, false);
27 test({}, Fo
[all...]
H A Dinstanceof.js7 function test(o, prototype, expected) { function
19 test({}, Object, true);
20 test({}, Array, false);
21 test({}, String, false);
22 test({}, Foo, false);
23 test({}, Bar, false);
24 test([], Object, true);
25 test([], Array, true);
26 test([], String, false);
27 test([], Fo
[all...]
H A Dis-undefined-jettison-on-masquerader.js7 function test(o, expected) { function
14 test(void 0, true);
15 test(null, false);
16 test(42, false);
17 test({}, false);
18 test("undefined", false);
21 test(makeMasquerader(), true);
H A Dis-undefined-masquerader.js7 function test(o, expected) { function
14 test(void 0, true);
15 test(null, false);
16 test(42, false);
17 test({}, false);
18 test("undefined", false);
19 test(makeMasquerader(), true);
H A Dplus-boolean-exit.js7 function test(a, b, c) { function
14 test(true, 42, 43);
17 test(true, 2147483647, 2147483648);
18 test(false, 42, 42);
19 test(1, 2, 3);
20 test(true, true, 2);
21 test(1.5, 1.5, 3);
H A Dplus-boolean-or-double.js7 function test(a, b, c) { function
14 test(true, 42, 43);
15 test(42.5, 10, 52.5);
19 test(true, 2147483647, 2147483648);
20 test(false, 42, 42);
21 test(1, 2, 3);
22 test(true, true, 2);
23 test(1.5, 1.5, 3);
H A Dplus-boolean-or-int.js7 function test(a, b, c) { function
14 test(true, 42, 43);
15 test(42, 10, 52);
19 test(true, 2147483647, 2147483648);
20 test(false, 42, 42);
21 test(1, 2, 3);
22 test(true, true, 2);
23 test(1.5, 1.5, 3);
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/text-relocs/
H A Dbind.c4 int test() function
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/test-programs/
H A DMakefile.am.inc30 tests_test_programs_DATA = test-programs/Atffile
31 tests_test_programsdir = $(pkgtestsdir)/test-programs
34 tests_test_programs_PROGRAMS = test-programs/c_helpers
35 test_programs_c_helpers_SOURCES = test-programs/c_helpers.c
38 tests_test_programs_PROGRAMS += test-programs/cpp_helpers
39 test_programs_cpp_helpers_SOURCES = test-programs/cpp_helpers.cpp
42 common_sh = $(srcdir)/test-programs/common.sh
43 EXTRA_DIST += test-programs/common.sh
45 tests_test_programs_SCRIPTS = test-programs/sh_helpers
46 CLEANFILES += test
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma_2/FunctionObjects/
H A Dapply-001-n.js25 print ("STATUS: f.apply crash test.");
33 test ();
35 function test () function
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma_3/Unicode/
H A Duc-001.js25 test();
27 function test() function
29 enterFunc ("test");
31 printStatus ("Unicode format-control character (Category Cf) test.");
35 "Unicode format-control character test (Category Cf.)");
37 exitFunc ("test");
H A Duc-002-n.js25 test();
27 function test() function
29 enterFunc ("test");
31 printStatus ("Non-character escapes in identifiers negative test.");
35 "Non-character escapes in identifiers negative test.");
37 exitFunc ("test");
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/symbol-resolver-pointer/
H A Dfoo.c26 #include "test.h" // PASS(), FAIL(), XPASS(), XFAIL()
32 void test$FOO();
33 void test$FOO() {
34 //printf("test\n");
43 return test$FOO;
46 void test();
47 static void (*t)(void) = test;
51 t = test; // re-assign pointer via non-lazy-poitner
53 test(); // call through stub
57 FAIL("symbol-resolver-pointer: real test functio
[all...]
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/nsupdate/
H A Dupdate_test.pl19 # Dynamic update test suite.
73 sub test { subroutine
99 test("NOERROR", ["update", rr_del("a.$zone")]);
100 test("NOERROR", ["update", rr_del("b.$zone")]);
101 test("NOERROR", ["update", rr_del("c.$zone")]);
102 test("NOERROR", ["update", rr_del("d.$zone")]);
103 test("NOERROR", ["update", rr_del("e.$zone")]);
104 test("NOERROR", ["update", rr_del("f.$zone")]);
105 test("NOERROR", ["update", rr_del("ns.s.$zone")]);
106 test("NOERRO
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma_3/RegExp/
H A Dregress-28686.js25 test();
27 function test()
29 enterFunc ("test");
37 exitFunc ("test");
/macosx-10.10/CPANInternal-159.1/Graph-0.94/util/
H A Dsrand.pl2 env PERL_HASH_SEED= PERL_HASH_SEED_DEBUG=1 make test
/macosx-10.10/CPANInternal-159.1/Graph-0.96/util/
H A Dsrand.pl2 env PERL_HASH_SEED= PERL_HASH_SEED_DEBUG=1 make test
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma_3/FunExpr/
H A Dfe-001-n.js25 test();
27 function test() function
29 enterFunc ("test");
30 printStatus ("Function Expression test.");
36 exitFunc ("test");
H A Dfe-001.js28 function test() function
30 enterFunc ("test");
32 printStatus ("Function Expression Statements basic test.");
36 exitFunc ("test");
39 test();
H A Dfe-002.js30 function test() function
32 enterFunc ("test");
33 printStatus ("Function Expression test.");
40 exitFunc ("test");
43 test();
/macosx-10.10/Security-57031.1.35/Security/Breadcrumb/
H A Dbreadcrumb_regressions.h1 /* To add a test:
5 #include <test/testmore.h>
/macosx-10.10/Security-57031.1.35/Security/libsecurity_smime/regressions/
H A Dsmime_regressions.h26 #include <test/testmore.h>
/macosx-10.10/Security-57031.1.35/Security/sec/securityd/Regressions/
H A Dsecurityd_regressions.h1 /* To add a test:
5 #include <test/testmore.h>

Completed in 224 milliseconds

1234567891011>>