Searched refs:fail (Results 1 - 25 of 140) sorted by relevance

123456

/seL4-camkes-master/projects/projects_libs/libjansson/jansson-2.7/test/suites/api/
H A Dtest_simple.c19 fail("json_boolean(1) failed");
24 fail("json_boolean(-123) failed");
29 fail("json_boolean(0) failed");
31 fail("json_boolean_value failed");
37 fail("json_typeof failed");
40 fail("json_is_object failed");
43 fail("json_is_array failed");
46 fail("json_is_string failed");
49 fail("json_is_integer failed");
52 fail("json_is_rea
[all...]
H A Dtest_number.c22 fail("unable to create integer");
24 fail("unable to create real");
28 fail("wrong integer value");
32 fail("wrong real value");
36 fail("wrong number value");
39 fail("wrong number value");
47 fail("could construct a real from NaN");
51 fail("could set a real to NaN");
54 fail("real value changed unexpectedly");
62 fail("coul
[all...]
H A Dtest_array.c21 fail("unable to create array");
23 fail("unable to create integer");
26 fail("empty array has nonzero size");
29 fail("able to append NULL");
32 fail("unable to append");
35 fail("wrong array size");
39 fail("unable to get item");
41 fail("got wrong value");
44 fail("unable to append value");
47 fail("wron
[all...]
H A Dtest_pack.c33 fail("json_pack boolean failed");
35 fail("json_pack boolean refcount failed");
41 fail("json_pack boolean failed");
43 fail("json_pack boolean refcount failed");
49 fail("json_pack null failed");
51 fail("json_pack null refcount failed");
57 fail("json_pack integer failed");
59 fail("json_pack integer refcount failed");
65 fail("json_pack json_int_t failed");
67 fail("json_pac
[all...]
H A Dtest_copy.c17 fail("copying NULL doesn't return NULL");
23 fail("copying true failed");
31 fail("copying false failed");
39 fail("copying null failed");
46 fail("unable to create a string");
49 fail("unable to copy a string");
51 fail("copying a string doesn't copy");
53 fail("copying a string produces an inequal copy");
55 fail("invalid refcounts");
62 fail("unabl
[all...]
H A Dtest_object.c20 fail("unable to create object");
22 fail("unable to create integer");
29 fail("unable to set value");
32 fail("invalid size");
37 fail("invalid size after clear");
54 fail("unable to create object");
56 fail("unable to create integer");
62 fail("unable to update an emtpy object with an empty object");
65 fail("invalid size after update");
68 fail("invali
[all...]
H A Dtest_loadb.c21 fail("json_loadb failed on a valid JSON buffer");
28 fail("json_loadb should have failed on an incomplete buffer, but it didn't");
31 fail("json_loadb returned an invalid line number on fail");
34 fail("json_loadb returned an invalid error message for an unclosed top-level array");
H A Dtest_unpack.c33 fail("json_unpack boolean failed");
38 fail("json_unpack boolean failed");
42 fail("json_unpack null failed");
48 fail("json_unpack integer failed");
55 fail("json_unpack json_int_t failed");
62 fail("json_unpack real failed");
69 fail("json_unpack (real or) integer failed");
75 fail("json_unpack real (or integer) failed");
82 fail("json_unpack string failed");
89 fail("json_unpac
[all...]
H A Dtest_equal.c16 fail("json_equal fails for two NULLs");
20 fail("json_equal fails for NULL");
24 fail("identical objects are not equal");
31 fail("unable to create integers");
33 fail("json_equal fails for two equal integers");
38 fail("unable to create an integer");
40 fail("json_equal fails for two inequal integers");
49 fail("unable to create reals");
51 fail("json_equal fails for two equal reals");
56 fail("unabl
[all...]
H A Dtest_load.c20 fail("json_load_file returned non-NULL for a nonexistent file");
22 fail("json_load_file returned an invalid line number");
29 fail("json_load_file returne an invalid error message");
34 fail("json_load_file returned an invalid error message");
42 fail("json_loads did not detect a duplicate key");
54 fail("json_loads did not detect garbage after JSON text");
59 fail("json_loads failed with JSON_DISABLE_EOF_CHECK");
71 fail("json_load decoded any failed - string");
76 fail("json_load decoded any failed - integer");
81 fail("json_loa
[all...]
H A Dtest_dump.c23 fail("json_dumps didn't fail for NULL");
26 fail("json_dumpf didn't fail for NULL");
31 fail("json_dump_callback didn't fail for NULL");
45 fail("json_dumps failed");
51 fail("json_dumps failed");
59 fail("json_dumps failed");
65 fail("json_dump
[all...]
H A Dtest_dump_callback.c38 fail("json_loads failed");
44 fail("json_dumps failed");
53 fail("malloc failed");
60 fail("json_dump_callback failed on an exact-length sink buffer");
67 fail("json_dump_callback and json_dumps did not produce identical output");
75 fail("json_dump_callback succeeded on a short buffer when it should have failed");
H A Dtest_load_callback.c48 fail("json_load_callback failed on a valid callback");
58 fail("json_load_callback should have failed on an incomplete stream, but it didn't");
61 fail("json_load_callback returned an invalid error source");
64 fail("json_load_callback returned an invalid error message for an unclosed top-level array");
70 fail("json_load_callback should have failed on NULL load callback, but it didn't");
73 fail("json_load_callback returned an invalid error message for a NULL load callback");
/seL4-camkes-master/tools/seL4/misc/
H A Dcpio-strip.c66 goto fail;
74 goto fail;
79 goto fail;
83 goto fail;
91 goto fail;
98 goto fail;
109 goto fail;
136 fail:
/seL4-camkes-master/projects/musllibc/src/misc/
H A Dopenpty.c21 goto fail;
26 goto fail;
36 fail:
/seL4-camkes-master/kernel/include/
H A Dassert.h21 #define fail(s) _fail(s, __FILE__, __LINE__, __func__) macro
35 #define fail(s) halt() macro
/seL4-camkes-master/tools/cogent/impl/fs/tests/
H A Drun_tests.sh17 fail=0
31 ((++fail))
/seL4-camkes-master/kernel/src/arch/x86/32/smp/
H A Dipi.c28 fail("Invalid remote call");
/seL4-camkes-master/kernel/src/arch/x86/64/smp/
H A Dipi.c25 fail("Invalid remote call");
/seL4-camkes-master/projects/musllibc/src/thread/
H A Dsem_open.c76 goto fail;
88 goto fail;
94 goto fail;
97 goto fail;
106 goto fail;
117 goto fail;
123 goto fail;
134 goto fail;
155 fail:
/seL4-camkes-master/tools/pruner/
H A Dcfg.c78 goto fail;
86 goto fail;
92 goto fail;
101 fail: clang_disposeString(s);
134 goto fail;
137 goto fail;
143 goto fail;
151 fail: free(name);
/seL4-camkes-master/tools/riscv-pk/pk/
H A Delf.c30 goto fail;
37 goto fail;
51 goto fail;
54 goto fail;
82 goto fail;
86 goto fail;
90 goto fail;
97 fail:
/seL4-camkes-master/kernel/src/arch/riscv/api/
H A Dfaults.c27 fail("Invalid fault");
44 fail("Invalid fault");
/seL4-camkes-master/projects/picotcp/test/unit/
H A Dmodunit_pico_dev_loop.c4 static int fail = 0; variable
10 if (fail)
61 fail = 1;
63 fail = 0;
/seL4-camkes-master/projects/musllibc/src/stdio/
H A Dfreopen.c28 goto fail;
31 if (!f2) goto fail;
49 fail:

Completed in 129 milliseconds

123456