HomeSort by: relevance | last modified time | path
    Searched refs:expect_true (Results 1 - 25 of 99) sorted by relevancy

1 2 3 4

  /src/external/bsd/jemalloc.old/dist/test/integration/cpp/
infallible_new_false.cpp 14 expect_true(saw_exception, "Didn't get a failure");
  /src/external/bsd/jemalloc/dist/test/integration/cpp/
infallible_new_false.cpp 14 expect_true(saw_exception, "Didn't get a failure");
  /src/external/bsd/jemalloc/dist/test/unit/
cache_bin.c 15 expect_true(cache_bin_ncached_get_local(bin) == nfill_succeed, "");
20 expect_true(success, "");
23 expect_true(
26 expect_true(cache_bin_ncached_get_local(bin) == 0, "");
27 expect_true(cache_bin_low_water_get(bin) == 0, "");
38 expect_true(success, "");
48 expect_true(cache_bin_ncached_get_local(bin) == nfill - nflush, "");
73 expect_true(
109 expect_true(cache_bin_ncached_get_local(&bin) == 0, "");
110 expect_true(cache_bin_low_water_get(&bin) == 0, "")
    [all...]
zero_realloc_abort.c 19 expect_true(abort_called, "Realloc with zero size didn't abort");
conf.c 60 expect_true(end, "Empty string should return true (end)");
74 expect_true(end, "Key without value should return true (end)");
75 expect_true(had_conf_error, "Key without value should set error");
88 expect_true(end, "Malformed key should return true (end)");
89 expect_true(had_conf_error, "Malformed key should set error");
103 expect_true(had_conf_error,
hpdata.c 12 expect_true(hpdata_consistent(&hpdata), "");
17 expect_true(hpdata_consistent(&hpdata), "");
19 expect_true(hpdata_consistent(&hpdata), "");
28 expect_true(hpdata_consistent(&hpdata), "");
32 expect_true(hpdata_consistent(&hpdata), "");
36 expect_true(hpdata_consistent(&hpdata), "");
48 expect_true(hpdata_consistent(&hpdata), "");
53 expect_true(hpdata_consistent(&hpdata), "");
81 expect_true(got_result, "");
131 expect_true(got_result, "")
    [all...]
test_hooks.c 29 expect_true(hook_called, "Hook should have executed.");
conf_parse.c 9 expect_true(result, "result should be true");
24 expect_true(err, "conf_handle_bool should fail for \"yes\"");
50 expect_true(err, "Should fail for out-of-range value");
prof_gdump.c 37 expect_true(did_prof_dump_open, "Expected a profile dump");
42 expect_true(did_prof_dump_open, "Expected a profile dump");
64 expect_true(did_prof_dump_open, "Expected a profile dump");
ticker.c 21 expect_true(ticker_tick(&ticker, false),
40 expect_true(
44 expect_true(
58 expect_true(
65 expect_true(ticker_ticks(&tb, NTICKS, false), "Expected ticker fire");
128 expect_true(ticker_tick(&t1, delay), "Expected ticker fire");
129 expect_true(
math.c 44 expect_true(
193 expect_true(
242 expect_true(double_eq_rel(pt_norm(p), pt_norm_expected[i],
294 expect_true(
355 expect_true(
370 expect_true(
conf_init_confirm.c 15 expect_true(confirm_conf,
fxp.c 45 expect_true(
104 expect_true(err, "Expected a parse error on: %s", str);
151 expect_true(fxp_close(fxp_add(a, b), result), "Expected %s + %s == %s",
170 expect_true(fxp_close(fxp_sub(a, b), result), "Expected %s - %s == %s",
189 expect_true(fxp_close(fxp_mul(a, b), result), "Expected %s * %s == %s",
208 expect_true(fxp_close(fxp_div(a, b), result), "Expected %s / %s == %s",
252 expect_true(double_close(expected, result),
344 expect_true(
351 expect_true(double_close(fxp2double(fxp_diff),
359 expect_true(
    [all...]
hpa_background_thread.c 19 expect_true(enabled, "Background thread should be enabled");
24 expect_true(deferral_allowed,
122 expect_true(empty_ndirty == 0 || empty_ndirty == 1,
157 expect_true(empty_ndirty == 0 || empty_ndirty == 1 || opt_prof,
164 expect_true(observed_dirty_page, "");
  /src/external/bsd/jemalloc.old/dist/test/integration/
thread_tcache_enabled.c 14 expect_true(e0, "tcache should be enabled");
25 expect_true(e0, "tcache should be enabled");
30 expect_true(e0, "tcache should be enabled");
47 expect_true(e0, "tcache should be enabled");
53 expect_true(e0, "tcache should be enabled");
extent.c 38 expect_true(called_alloc, "Expected alloc call");
48 expect_true(called_dalloc, "Expected dalloc call");
49 expect_true(called_decommit, "Expected decommit call");
50 expect_true(did_purge_lazy || did_purge_forced,
52 expect_true(called_split, "Expected split call");
71 expect_true(did_split, "Expected split");
79 expect_true(did_merge, "Expected merge");
  /src/external/bsd/jemalloc/dist/test/integration/
thread_tcache_enabled.c 15 expect_true(e0, "tcache should be enabled");
28 expect_true(e0, "tcache should be enabled");
34 expect_true(e0, "tcache should be enabled");
54 expect_true(e0, "tcache should be enabled");
61 expect_true(e0, "tcache should be enabled");
  /src/external/bsd/jemalloc.old/dist/test/unit/
cache_bin.c 16 expect_true(cache_bin_ncached_get_local(bin, info) == nfill_succeed,
22 expect_true(success, "");
25 expect_true(cache_bin_low_water_get(bin, info)
28 expect_true(cache_bin_ncached_get_local(bin, info) == 0, "");
29 expect_true(cache_bin_low_water_get(bin, info) == 0, "");
40 expect_true(success, "");
50 expect_true(cache_bin_ncached_get_local(bin, info) == nfill - nflush,
76 expect_true(cache_bin_low_water_get(bin, info) == nfill -
112 expect_true(cache_bin_ncached_get_local(&bin, &info) == 0, "");
113 expect_true(cache_bin_low_water_get(&bin, &info) == 0, "")
    [all...]
zero_realloc_abort.c 17 expect_true(abort_called, "Realloc with zero size didn't abort");
hpdata.c 12 expect_true(hpdata_consistent(&hpdata), "");
17 expect_true(hpdata_consistent(&hpdata), "");
19 expect_true(hpdata_consistent(&hpdata), "");
28 expect_true(hpdata_consistent(&hpdata), "");
32 expect_true(hpdata_consistent(&hpdata), "");
36 expect_true(hpdata_consistent(&hpdata), "");
48 expect_true(hpdata_consistent(&hpdata), "");
53 expect_true(hpdata_consistent(&hpdata), "");
79 expect_true(got_result, "");
124 expect_true(got_result, "")
    [all...]
test_hooks.c 29 expect_true(hook_called, "Hook should have executed.");
prof_gdump.c 37 expect_true(did_prof_dump_open, "Expected a profile dump");
42 expect_true(did_prof_dump_open, "Expected a profile dump");
64 expect_true(did_prof_dump_open, "Expected a profile dump");
ticker.c 21 expect_true(ticker_tick(&ticker),
39 expect_true(ticker_ticks(&ticker, NTICKS), "Expected ticker fire");
42 expect_true(ticker_ticks(&ticker, NTICKS + 1), "Expected ticker fire");
55 expect_true(ticker_ticks(&tb, NTICKS + 1), "Expected ticker fire");
61 expect_true(ticker_ticks(&tb, NTICKS), "Expected ticker fire");
math.c 44 expect_true(double_eq_rel(exp(ln_gamma(x)),
195 expect_true(double_eq_rel(ln_gamma(x),
245 expect_true(double_eq_rel(pt_norm(p), pt_norm_expected[i],
298 expect_true(double_eq_rel(pt_chi2(p, df, ln_gamma_df),
359 expect_true(double_eq_rel(pt_gamma(p, shape, 1.0,
373 expect_true(double_eq_rel(
fxp.c 45 expect_true(double_close(fxp2double(fxp_val), true_val),
104 expect_true(err, "Expected a parse error on: %s", str);
152 expect_true(fxp_close(fxp_add(a, b), result),
171 expect_true(fxp_close(fxp_sub(a, b), result),
190 expect_true(fxp_close(fxp_mul(a, b), result),
209 expect_true(fxp_close(fxp_div(a, b), result),
253 expect_true(double_close(expected, result),
346 expect_true(
353 expect_true(
362 expect_true(
    [all...]

Completed in 33 milliseconds

1 2 3 4