Home
last modified time | relevance | path

Searched refs:test (Results 1 – 11 of 11) sorted by relevance

/posix/
A Dbug-regex19.c263 err = re_compile_pattern (test->pattern, strlen (test->pattern), in do_one_test()
278 res = re_search (&regbuf, test->string, strlen (test->string), in do_one_test()
279 test->start, strlen (test->string) - test->start, NULL); in do_one_test()
283 if (res != test->res) in do_one_test()
286 fail, test->pattern, test->string, res, test->res); in do_one_test()
291 if (test->res > 0 && test->start == 0) in do_one_test()
299 res = re_search (&regbuf, test->string, strlen (test->string), in do_one_test()
300 test->res, strlen (test->string) - test->res, NULL); in do_one_test()
307 fail, test->pattern, test->string, res, test->res); in do_one_test()
352 t = *test; in do_mb_tests()
[all …]
A Dtst-gnuglob-skeleton.c407 #define test(a, b, r, c...) \ in do_test() macro
427 test ("*/*/*", 0, 0, in do_test()
434 test ("*/*/*", GLOB_PERIOD, 0, in do_test()
452 test ("*/*/.*", 0, 0, in do_test()
465 test ("*1*/*2*/.*", 0, 0, in do_test()
478 test ("*1*/*1*/.*", 0, 0, in do_test()
486 test ("\\/*", 0, 0, in do_test()
492 test ("*/*/", 0 , 0, in do_test()
498 test ("", 0, GLOB_NOMATCH, NULL); in do_test()
500 test ("", GLOB_NOCHECK, 0, ""); in do_test()
A Dtst-getaddrinfo5.c26 test (void) in test() function
68 #define TEST_FUNCTION test ()
A Dtst-rxspencer.c217 test (const char *pattern, int cflags, const char *string, int eflags, in test() function
339 ret = test (pattern_mb, cflags, string_mb, eflags, expect_mb, in mb_test()
531 if (test (pattern, cflags, string, eflags, expect, matches, "FAIL") in main()
533 && test (pattern, cflags & ~REG_EXTENDED, string, eflags, in main()
543 else if (test (pattern, cflags, string, eflags, expect, matches, in main()
546 && test (pattern, cflags & ~REG_EXTENDED, string, in main()
A Dwordexp-test.c240 int test; in do_test() local
263 for (test = 0; test < array_length (test_case); test++) in do_test()
264 TEST_COMPARE (testit (&test_case[test]), 0); in do_test()
A Drunptests.c25 struct test struct
A Dtst-regex.input1818 * assert/test-assert.c: New test.
1819 * assert/test-assert-perr.c: New test.
4987 one part of a test fails move on to the next test.
5349 ~root test.
5957 * posix/wordexp-test.c: Make IFS per test-case.
6891 * posix/wordexp-test.c: Add new new test.
7049 * test-skeleton.c (main): Fix test for exit signal.
8713 * math/libm-test.c (modf_test): Add test for 1.5.
9091 * nss/test-netdb.c: Add some more test cases.
9308 (generated): Add test-input and test-output.
[all …]
A DBOOST.tests11 ; Other lines contain a test to perform using the current flag status
180 ; now test the alternation operator |
189 ; now test the set operator []
244 ; This test fails with STLPort, disable for now as this is a corner case anyway...
251 ; now test flag settings:
381 ; POSIX is about the following test:
435 ; perl only: these conflict with the POSIX test below
A DPTESTS3 # other plain ASCII character had been used by a test. Characters
5 # editors. So, avoid using | in a test, or if needed, select a new
243 #W These two tests have the same problem as the test in GA135. No match
A Dtst-fnmatch.input75 # could be reverted to re-test the correct non-interleaved expectations.
/posix/rxspencer/
A Dtests1 # regular expression test set
15 # test where null strings match. The character `N' in REs and strings
132 # The following test is wrong. Using \b in an BRE or ERE is undefined.
186 # '{' is always a special char outside bracket expressions. So test ony BRE:
247 # this that consecutive repetition is OK. On top of this, the one test not
298 # This test is invalid. "one" is no collating symbol in any standardized
331 # This test is invalid. "one" is no collating symbol in any standardized

Completed in 31 milliseconds