Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 20 Nov 2003 08:10:05 +0000 (08:10 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 20 Nov 2003 08:10:05 +0000 (08:10 +0000)
ChangeLog
posix/PTESTS
posix/ptestcases.h

index 04df88e..4fa706a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,3 @@
-2003-11-19  Ulrich Drepper  <drepper@redhat.com>
-
-       * posix/PTESTS: 2nd GA 135 and 1st GA 136 tests are wrong, too.
-
 2003-11-19  Jakub Jelinek  <jakub@redhat.com>
 
        * posix/regexec.c (extend_buffers): Don't allocate
index 341c735..8235384 100644 (file)
 1¦20¦a\(.*b\)c¦axcaxbbbcsxbbbbbbbbc¦
 # GA135
 1¦7¦\(a\(b\(c\(d\(e\)\)\)\)\)\4¦abcdededede¦
--1¦-1¦a\(b\)*c\1¦acb¦
+1¦2¦a\(b\)*c\1¦acb¦
 1¦11¦\(a\(b\(c\(d\(e\(f\(g\)h\(i\(j\)\)\)\)\)\)\)\)\9¦abcdefghijjk¦
 # GA136
 1¦2¦a\(b\)*c\1¦acb¦
index ecf0390..39e3494 100644 (file)
   { 1, 20, "a\\(.*b\\)c", "axcaxbbbcsxbbbbbbbbc",  },
   { 0, 0, "GA135", NULL, },
   { 1, 7, "\\(a\\(b\\(c\\(d\\(e\\)\\)\\)\\)\\)\\4", "abcdededede",  },
-  { -1, -1, "a\\(b\\)*c\\1", "acb",  },
+  { 1, 2, "a\\(b\\)*c\\1", "acb",  },
   { 1, 11, "\\(a\\(b\\(c\\(d\\(e\\(f\\(g\\)h\\(i\\(j\\)\\)\\)\\)\\)\\)\\)\\)\\9", "abcdefghijjk",  },
   { 0, 0, "GA136", NULL, },
-  { -1, -1, "a\\(b\\)*c\\1", "acb",  },
+  { 1, 2, "a\\(b\\)*c\\1", "acb",  },
   { 4, 7, "a\\(b\\(c\\(d\\(f\\)*\\)\\)\\)\\4", "xYzabcdePQRST",  },
   { 0, 0, "GA137", NULL, },
   { -2, -2, "\\(a\\(b\\)\\)\\3", "foo",  },