Home
last modified time | relevance | path

Searched refs:ASSERT_LT (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-tcp-close-after-read-timeout.c69 ASSERT_LT(nread, 0); in on_client_read()
H A Dtask.h204 #define ASSERT_LT(a, b) ASSERT_BASE(a, <, b, int64_t, PRId64) macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddbgcnt.c257 ASSERT_LT (strcmp (map[i].name, map[i + 1].name), 0); in test_sorted_dbg_counters()
H A Dselftest.c354 ASSERT_LT (1, 2); in test_assertions()
H A Dselftest.h411 #define ASSERT_LT(LHS, RHS) \ macro
H A Ddiagnostic-show-locus.c305 ASSERT_LT (line_span::comparator (&line_one, &lines_1_to_3), 0); in test_line_span()
314 ASSERT_LT (line_span::comparator (&line_one, &largest_line), 0); in test_line_span()
H A Dinput.c1651 ASSERT_LT (compare (min_line, max_line), 0); in test_linenum_comparisons()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddbgcnt.cc271 ASSERT_LT (strcmp (map[i].name, map[i + 1].name), 0); in test_sorted_dbg_counters()
H A Dselftest.cc368 ASSERT_LT (1, 2); in test_assertions()
H A Dselftest.h409 #define ASSERT_LT(LHS, RHS) \ macro
H A Ddiagnostic-show-locus.cc318 ASSERT_LT (line_span::comparator (&line_one, &lines_1_to_3), 0); in test_line_span()
327 ASSERT_LT (line_span::comparator (&line_one, &largest_line), 0); in test_line_span()
H A Dinput.cc1811 ASSERT_LT (compare (min_line, max_line), 0); in test_linenum_comparisons()
H A DChangeLog-201827457 ASSERT_GT_AT, ASSERT_LT, and ASSERT_LT_AT.
27460 (ASSERT_LT): New macro.
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cc1064 ASSERT_LT(2 * kAllocationSize, kRegionSize); in TEST()
1079 if (i) ASSERT_LT(p[i - 1], p[i]); in TEST()
1191 ASSERT_LT(from, to); in ReleasePageRangeToOS()
1193 ASSERT_LT(last_page_reported, from); in ReleasePageRangeToOS()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc995 ASSERT_LT(0, listen_socket); in TEST_P()
1010 ASSERT_LT(0, connect_socket); in TEST_P()
1022 ASSERT_LT(0, new_sock); in TEST_P()
1039 ASSERT_LT(0, server_socket); in TEST_P()
1051 ASSERT_LT(0, client_socket); in TEST_P()
1073 ASSERT_LT(0, res); in TEST_P()
1087 ASSERT_LT(0, res); in TEST_P()
1385 ASSERT_LT(res, sizeof(buf2)); in TEST()
3099 ASSERT_LT((size_t)res, sz); in GetProgramPath()
3159 ASSERT_LT((size_t)res, sz); in GetPathToLoadable()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
H A Dsegmented_array_test.cc341 ASSERT_LT(A.size(), Count); in TEST()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
H A Dtsan_clock_test.cc72 ASSERT_LT(i, size); in TEST()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h2069 # define ASSERT_LT(val1, val2) GTEST_ASSERT_LT(val1, val2) macro