From beac34a2adcdf06d5d00ed6eb7d32d1f515f4d25 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 20 Nov 2003 08:10:05 +0000 Subject: [PATCH] Update. --- ChangeLog | 4 ---- posix/PTESTS | 2 +- posix/ptestcases.h | 4 ++-- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 04df88e..4fa706a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,3 @@ -2003-11-19 Ulrich Drepper - - * posix/PTESTS: 2nd GA 135 and 1st GA 136 tests are wrong, too. - 2003-11-19 Jakub Jelinek * posix/regexec.c (extend_buffers): Don't allocate diff --git a/posix/PTESTS b/posix/PTESTS index 341c735..8235384 100644 --- a/posix/PTESTS +++ b/posix/PTESTS @@ -226,7 +226,7 @@ 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¦ diff --git a/posix/ptestcases.h b/posix/ptestcases.h index ecf0390..39e3494 100644 --- a/posix/ptestcases.h +++ b/posix/ptestcases.h @@ -221,10 +221,10 @@ { 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", }, -- 2.7.4