Searched refs:FAIL (Results 1 - 25 of 365) sorted by relevance

1234567891011>>

/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/init-order/
H A Dbase.c27 #include "test.h" // PASS(), FAIL(), XPASS(), XFAIL()
47 FAIL("init-order -init not run first");
50 FAIL("init-order myInit1 not run second");
53 FAIL("init-order myInit2 not run third");
56 FAIL("init-order myInit3 not run fourth");
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/re-export-symbol-dylib/
H A Dmain.c6 #include "test.h" // PASS(), FAIL(), XPASS(), XFAIL()
24 FAIL("re-export-symbol-dylib: foo() returned wrong value");
26 FAIL("re-export-symbol-dylib: bar() returned wrong value");
28 FAIL("re-export-symbol-dylib: baz() returned wrong value");
30 FAIL("re-export-symbol-dylib: frob() returned wrong value");
33 FAIL("re-export-symbol-dylib: (*pfoo)() returned wrong value");
35 FAIL("re-export-symbol-dylib: (*pbar)() returned wrong value");
37 FAIL("re-export-symbol-dylib: (*pbaz)() returned wrong value");
39 FAIL("re-export-symbol-dylib: (*pfrob)() returned wrong value");
/macosx-10.9.5/tcl-102/tcl_ext/tbcload/tbcload/tests/tcl/
H A Dcatch.tcl15 set result FAIL
H A Dcatch1.tcl18 set result FAIL
H A Dexpr2.tcl21 set result FAIL
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/threaded-lazy-bind/
H A Dmain.c29 #include "test.h" // PASS(), FAIL(), XPASS(), XFAIL()
1039 if ( do_000() != 0 ) { FAIL("iteration 0"); exit(0); }
1040 if ( do_001() != 1 ) { FAIL("iteration 1"); exit(0); }
1041 if ( do_002() != 2 ) { FAIL("iteration 2"); exit(0); }
1042 if ( do_003() != 3 ) { FAIL("iteration 3"); exit(0); }
1043 if ( do_004() != 4 ) { FAIL("iteration 4"); exit(0); }
1044 if ( do_005() != 5 ) { FAIL("iteration 5"); exit(0); }
1045 if ( do_006() != 6 ) { FAIL("iteration 6"); exit(0); }
1046 if ( do_007() != 7 ) { FAIL("iteration 7"); exit(0); }
1047 if ( do_008() != 8 ) { FAIL("iteratio
[all...]
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/bundle-multi-load/
H A Dmain.c27 #include "test.h" // PASS(), FAIL()
40 FAIL("NSCreateObjectFileImageFromFile failed");
46 FAIL("NSLinkModule failed");
52 FAIL("NSLookupSymbolInModule failed");
62 FAIL("2nd NSCreateObjectFileImageFromFile failed");
68 FAIL("2nd NSLookupSymbolInModule failed");
72 FAIL("2nd NSLinkModule return same function address as first\n");
78 FAIL("2nd NSLookupSymbolInModule failed\n");
85 FAIL("2nd NSAddressOfSymbol return same function address as 1st\n");
92 FAIL("
[all...]
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/lazy-dylib-missing-symbol/
H A Dmain.c49 FAIL("lazy-dylib-missing-symbol: foo not found");
57 FAIL("lazy-dylib-missing-symbol: dyld_lazy_dylib_proxy() not used for bar");
64 FAIL("lazy-dylib-missing-symbol: bar found");
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/re-export-symbol/
H A Dmain1.c5 #include "test.h" // PASS(), FAIL(), XPASS(), XFAIL()
16 FAIL("re-export-symbol: foo() returned wrong value");
18 FAIL("re-export-symbol: bar() returned wrong value");
20 FAIL("re-export-symbol: (*pbar)() returned wrong value");
H A Dmain2.c6 #include "test.h" // PASS(), FAIL(), XPASS(), XFAIL()
18 FAIL("re-export-symbol: foo() returned wrong value");
20 FAIL("re-export-symbol: mybar() returned wrong value");
22 FAIL("re-export-symbol: (*pmybar)() returned wrong value");
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/weak-symbol-flat/
H A Dmain.c34 FAIL("weak-symbol-flat foo not found");
36 FAIL("weak-symbol-flat foo not found");
43 FAIL("weak-symbol-flat foo found");
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/dlclose-dylib-unload/
H A Dmain.c27 #include "test.h" // PASS(), FAIL(), XPASS(), XFAIL()
38 FAIL("dlclose-dylib-unload: dlopen(\"libfoo.dylib\", RTLD_LAZY) failed with dlerror()=%s", dlerror());
44 FAIL("dlclose-dylib-unload: dlopen(\"libfoo.dylib\", RTLD_LAZY) failed with dlerror()=%s", dlerror());
50 FAIL("dlclose-dylib-unload: dlopen(\"libfoo.dylib\", RTLD_LAZY) failed with dlerror()=%s", dlerror());
57 FAIL("dlclose-dylib-unload: dlsym(handle1, \"foo\") failed");
63 FAIL("dlclose-dylib-unload: dlclose(handle3) != 0, dlerrr()=%s", dlerror());
68 FAIL("dlclose-dylib-unload: dlclose(handle2) != 0, dlerrr()=%s", dlerror());
73 FAIL("dlclose-dylib-unload: dlclose(handle1) != 0, dlerrr()=%s", dlerror());
80 FAIL("dlclose-dylib-unload: dladdr(foo_sym) != 0, but should have failed");
86 FAIL("dlclos
[all...]
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/sym-link-load/
H A Dbase.c27 #include "test.h" // PASS(), FAIL(), XPASS(), XFAIL()
41 FAIL("sym-link-load no initializers run");
48 FAIL("sym-link-load initializers double run (library double loaded)");
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/bundle-multi-link/
H A Dmain.c27 #include "test.h" // PASS(), FAIL()
45 FAIL("NSCreateObjectFileImageFromFile failed");
51 FAIL("NSLinkModule failed");
57 FAIL("NSLookupSymbolInModule failed");
70 FAIL("2nd NSLinkModule failed: %s", errorString);
74 FAIL("2nd NSLinkModule return same function address as first");
80 FAIL("2nd NSLookupSymbolInModule failed");
85 FAIL("_getValue() on second link returned non-zero");
91 FAIL("2nd NSLookupSymbolInModule failed");
99 FAIL("
[all...]
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/bundle-private/
H A Dmain.c28 #include "test.h" // PASS(), FAIL()
38 FAIL("NSCreateObjectFileImageFromFile failed");
44 FAIL("NSLinkModule failed");
50 FAIL("NSLookupSymbolInModule failed");
55 FAIL("NSIsSymbolNameDefined (incorrectly) found symbol in private bundle");
61 FAIL("NSLinkModule failed");
67 FAIL("NSLookupSymbolInModule failed");
72 FAIL("NSIsSymbolNameDefined did not found symbol in public bundle");
77 FAIL("NSUnLinkModule failed");
82 FAIL("NSUnLinkModul
[all...]
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/dlopen-error/
H A Dmain.c28 #include "test.h" // PASS(), FAIL(), XPASS(), XFAIL()
37 FAIL("dlopen-error: dlopen(libdoesnotexist.dylib, RTLD_LAZY) should have failed");
41 FAIL("dlopen-error: expected 'image not found' in dlerror() string");
48 FAIL("dlopen-error: dlopen(libnoread.dylib, RTLD_LAZY) should have failed");
52 FAIL("dlopen-error: expected 'failed with errno=13' in dlerror() string");
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/symbol-resolver-basic/
H A Dmain.c27 #include "test.h" // PASS(), FAIL(), XPASS(), XFAIL()
37 FAIL("symbol-resolver-basic: foo() != 10");
39 FAIL("symbol-resolver-basic: fooPlusOne() != 11");
45 FAIL("symbol-resolver-basic: foo() != 0");
47 FAIL("symbol-resolver-basic: fooPlusOne() != 1");
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/addend/
H A Dmain.c27 #include "test.h" // PASS(), FAIL(), XPASS(), XFAIL()
52 FAIL("addend: *pc != 12");
57 FAIL("addend: *pd_2 != 11");
62 FAIL("addend: *pb2 != 13");
67 FAIL("addend: pd_1234567890[1234567890] != 13");
72 FAIL("addend: pd1234567890[-1234567890] != 13");
78 FAIL("addend: pd_12345678901234[12345678901234] != 13");
83 FAIL("addend: pd12345678901234[-12345678901234] != 13");
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/dlclose-dylib-dynamic-ref/
H A Dmain.c27 #include "test.h" // PASS(), FAIL(), XPASS(), XFAIL()
39 FAIL("dlclose-dylib-dynamic-ref: dlopen(\"libfoo.dylib\", RTLD_LAZY) failed with dlerror()=%s", dlerror());
46 FAIL("dlclose-dylib-dynamic-ref: dlopen(\"libbar.dylib\", RTLD_LAZY) failed with dlerror()=%s", dlerror());
53 FAIL("dlclose-dylib-dynamic-ref: dlopen(\"libbaz.dylib\", RTLD_LAZY) failed with dlerror()=%s", dlerror());
60 FAIL("dlclose-dylib-dynamic-ref: dlsym(handleFoo, \"foo\") failed");
66 FAIL("dlclose-dylib-dynamic-ref: dlsym(handleBar, \"bar\") failed");
72 FAIL("dlclose-dylib-dynamic-ref: dlsym(handleBaz, \"baz\") failed");
81 FAIL("dlclose-dylib-dynamic-ref: dlclose(handleBar) != 0, dlerrr()=%s", dlerror());
88 FAIL("dlclose-dylib-dynamic-ref: dladdr(sym_base) == 0, but should have succeeded");
94 FAIL("dlclos
[all...]
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/bundle-basic/
H A Dmain.c28 #include "test.h" // PASS(), FAIL()
38 FAIL("NSCreateObjectFileImageFromFile failed");
44 FAIL("NSLinkModule failed");
50 FAIL("NSLookupSymbolInModule failed");
56 FAIL("NSAddressOfSymbol failed");
61 FAIL("NSUnLinkModule failed");
66 FAIL("NSDestroyObjectFileImage failed");
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/bundle-unload-keep-mapped/
H A Dmain.c28 #include "test.h" // PASS(), FAIL()
38 FAIL("NSCreateObjectFileImageFromFile failed");
44 FAIL("NSLinkModule failed");
50 FAIL("NSLookupSymbolInModule failed");
56 FAIL("NSAddressOfSymbol failed");
61 FAIL("NSUnLinkModule failed");
66 FAIL("NSDestroyObjectFileImage failed");
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/absolute-symbol/
H A Dmain.c5 #include "test.h" // PASS(), FAIL(), XPASS(), XFAIL()
18 FAIL("absolute-symbol: &myAbs1 != 0");
24 FAIL("absolute-symbol: &myAbs2 != 1");
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/branch-islands/
H A Dmain.c6 #include "test.h" // PASS(), FAIL(), XPASS(), XFAIL()
17 FAIL("branch-islands: test1");
20 FAIL("branch-islands: strncmp stub");
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/bundle-dont-gc/
H A Dmain.c32 #include "test.h" // PASS(), FAIL(), XPASS(), XFAIL()
42 FAIL("bundle-dont-gc: NSCreateObjectFileImageFromFile failed");
48 FAIL("bundle-dont-gc: NSLinkModule failed");
54 FAIL("bundle-dont-gc: NSLookupSymbolInModule failed");
60 FAIL("bundle-dont-gc: NSAddressOfSymbol failed");
65 FAIL("bundle-dont-gc: NSDestroyObjectFileImage failed");
72 FAIL("bundle-dont-gc: can't dlopen bar.bundle: %s", dlerror());
80 FAIL("bundle-dont-gc: dladdr() failed");
86 FAIL("NSUnLinkModule failed");
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/bundle-name-ownership/
H A Dmain.c28 #include "test.h" // PASS(), FAIL()
40 FAIL("NSCreateObjectFileImageFromFile failed");
46 FAIL("NSLinkModule failed");
52 FAIL("NSLookupSymbolInModule failed");
58 FAIL("NSAddressOfSymbol failed");
64 FAIL("dladdr(func, &info) failed");
69 FAIL("NSLinkModule() did not make a copy of the path");
74 FAIL("NSUnLinkModule failed");
79 FAIL("NSDestroyObjectFileImage failed");

Completed in 324 milliseconds

1234567891011>>