Commit Graph

1348 Commits

Author SHA1 Message Date
christos
408524dea5 Add a test for the kernel snprintf. 2011-11-24 01:46:40 +00:00
cheusov
91dbf71977 Regression tests for awk(1) (PR 44063) 2011-11-22 20:22:09 +00:00
joerg
9cf8fb38ac Add test cases for strcspn, strpbrk, strspn, wcscspn, wcspbrk and
wcsspn.
2011-11-21 23:50:44 +00:00
mlelstv
ea28fb54a5 The compiler is allowed to use intermediate higher precision for float
arithmetic, which may cause differences smaller than float precision
but still much larger than eps = 1e-30.
Forcing intermediate results to volatile variables removes the excess
precision.
2011-11-19 12:46:41 +00:00
joerg
a331e936fb Add some dependencies 2011-11-18 01:32:33 +00:00
joerg
3078de12ec Reorder to make GCC happy. 2011-11-17 16:39:11 +00:00
joerg
cc2f98ece2 FreeBSD bug report 161344: TLS area for the main thread is set up to
early, if e.g. pointers to functions are used as initializers.
2011-11-17 16:20:11 +00:00
christos
3f01706e62 Add a test for PR/45618: Motoyuki OHMORI: kqueue EVFILT_TIMER with smaller
timeout value makes kernel busy or panic
2011-11-17 01:14:12 +00:00
christos
920a214f4e this works with much less memory too. 2011-11-16 18:37:31 +00:00
christos
debcc396f0 add require.memory=500M 2011-11-16 17:47:19 +00:00
christos
c7e2fd913b remove c3 and c4 2011-11-14 20:47:33 +00:00
christos
c4bb320175 Add a test for PR/45613 (eval failing in a tested context) 2011-11-14 20:23:29 +00:00
jmmv
06f3e60d63 Add tests to ensure that the new asm examples build and run, just as the
end-user is supposed to work with them.
2011-11-12 01:19:25 +00:00
jruoho
8e19d9277e Fix typo. 2011-11-11 05:06:01 +00:00
jruoho
074fcac079 Fix wrong format string. 2011-11-11 05:03:38 +00:00
christos
5607c3d45b add a large timeout for libtre 2011-11-09 15:14:44 +00:00
jruoho
945d534b41 Few naive checks for cpuset(3) and ftok(3). 2011-11-08 05:47:00 +00:00
christos
334ef7a14f make the standard tests optional. 2011-11-06 19:45:37 +00:00
christos
2c2ad6b65c Hook in the libtre tests 2011-11-06 18:43:51 +00:00
christos
9ac3865ca8 Disable the basic tests for now. 2011-11-06 18:42:53 +00:00
christos
a8ac67be00 XXX: Limit repetitions to something tiny so TRE can handle the exhaust test. 2011-11-06 18:37:40 +00:00
christos
60e5ed2c64 skip the association that does not match with our implementation. 2011-11-06 18:35:22 +00:00
christos
53528ec223 - Print the symbolic error using regerror, as well as the pattern that caused
it.
- Add the ability to set the number of repetitions in the pattern from
  cpp since TRE handles things poorly:
	- It runs the machine out of memory with rep=9 (we use rep=9999)
	- It truncates the pattern with rep=9999
2011-11-06 18:34:48 +00:00
christos
8ff45b318b ability to select associativity 2011-11-06 18:32:39 +00:00
christos
ea54479e81 - Handle TRE
- Make BUG comments print.
2011-11-06 18:32:17 +00:00
christos
102413b584 leave all tests in and have the awk script select which ones are appropriate. 2011-11-06 18:31:30 +00:00
christos
87ec57a977 Add the AT&T regex tests 2011-11-06 17:02:33 +00:00
christos
bb341c661e be less chatty. 2011-11-06 16:43:25 +00:00
christos
4161ff24cf moved below 2011-11-06 16:41:02 +00:00
christos
91c85f3431 moved because we cannot have multiple FILESDIR 2011-11-06 16:40:37 +00:00
christos
1fb803f0c7 more failed tests, perhaps I should move the data to a file, but how do
you open a file in ATF?
2011-11-06 16:26:54 +00:00
christos
57214080b8 Add tests from: http://www2.research.att.com/~gsf/testregex/ 2011-11-06 16:26:20 +00:00
jruoho
2f943d6432 Skip the test on sparc and point to PR port-sparc/45580. 2011-11-06 16:18:27 +00:00
christos
10382e8ffe Add the failed forced association tests. 2011-11-06 16:08:28 +00:00
christos
0a70be0425 Add the nullsubexpression tests. We mostly fail or don't support them.
Two of the tests actually cause the regex library to enter infinite
recursion.
2011-11-06 16:02:08 +00:00
christos
b6cafb52cb Add a bug section so we can skip tests that don't work. 2011-11-06 15:19:31 +00:00
christos
a65aa58ff6 Add a test harness for the att data files:
http://www2.research.att.com/~gsf/testregex/
Not part of the build yet.
2011-11-06 14:23:04 +00:00
christos
faa74d75ad add tests for \x and \xx 2011-11-06 03:38:16 +00:00
christos
ac0d856050 Arrange so that the same tests can be used by libtre. 2011-11-05 23:33:15 +00:00
christos
af83df9274 Add libtre tests but don't hook them up because they don't pass. 2011-11-05 23:32:51 +00:00
jruoho
48e7c88486 Add missing copyright ((c) @christos). 2011-11-05 19:01:42 +00:00
jruoho
56b331c000 Move connect(2), listen(2) and socketpair(2) tests to the right place. 2011-11-05 18:19:01 +00:00
jruoho
06b5587b18 Few naive checks for time(3). 2011-11-05 18:07:15 +00:00
jruoho
cc7aae5d85 Add printfs to see where TNF's qemu/sparc fails. 2011-11-05 08:49:24 +00:00
jruoho
fbcca3ea0f Fix some typos. 2011-11-05 08:47:54 +00:00
jruoho
62a65142c3 Add 21 unit tests for the XSI message queues. 2011-11-05 07:45:40 +00:00
christos
fcc088cd59 stylistic improvements. 2011-11-04 15:48:10 +00:00
christos
94a17dd165 socketpair test. 2011-11-04 02:23:39 +00:00
jruoho
cc154478ac Fix a test case to test what the comment says. 2011-11-02 06:04:48 +00:00
pgoyette
b9c0a62ba4 atf-ify ether_aton test 2011-11-01 22:36:53 +00:00