OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:badtests
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/re2/re2/testing/
parse_test.cc
310
const char*
badtests
[] = {
member in namespace:re2
358
for (int i = 0; i < arraysize(
badtests
); i++) {
359
CHECK(Regexp::Parse(
badtests
[i], Regexp::PerlX, NULL) == NULL)
360
<< " " <<
badtests
[i];
361
CHECK(Regexp::Parse(
badtests
[i], Regexp::NoParseFlags, NULL) == NULL)
362
<< " " <<
badtests
[i];
/external/regex-re2/re2/testing/
parse_test.cc
310
const char*
badtests
[] = {
member in namespace:re2
358
for (int i = 0; i < arraysize(
badtests
); i++) {
359
CHECK(Regexp::Parse(
badtests
[i], Regexp::PerlX, NULL) == NULL)
360
<< " " <<
badtests
[i];
361
CHECK(Regexp::Parse(
badtests
[i], Regexp::NoParseFlags, NULL) == NULL)
362
<< " " <<
badtests
[i];
/external/chromium_org/tools/site_compare/
command_line.py
786
badtests
= 0
794
badtests
+= 1
796
print "%d failed out of %d tests" % (
badtests
, len(test_lines))
Completed in 254 milliseconds