Author: aurel32
Date: 2013-11-30 10:48:30 +0000 (Sat, 30 Nov 2013)
New Revision: 5836
Modified:
glibc-package/branches/eglibc-2.18/debian/changelog
glibc-package/branches/eglibc-2.18/debian/testsuite-checking/convertlog.sh
glibc-package/branches/eglibc-2.18/debian/testsuite-checking/expected-results-mips-linux-gnu-libc
glibc-package/branches/eglibc-2.18/debian/testsuite-checking/expected-results-mips32-linux-gnu-mipsn32
glibc-package/branches/eglibc-2.18/debian/testsuite-checking/expected-results-mips32el-linux-gnu-mipsn32
glibc-package/branches/eglibc-2.18/debian/testsuite-checking/expected-results-mips64-linux-gnu-mips64
glibc-package/branches/eglibc-2.18/debian/testsuite-checking/expected-results-mips64el-linux-gnu-mips64
glibc-package/branches/eglibc-2.18/debian/testsuite-checking/expected-results-mipsel-linux-gnu-libc
Log:
* testsuite-checking/convertlog.sh: use sort -u to avoid duplicated entries
in the test results.
* testsuite-checking/expected-results-mips*: remove duplicated entries.
Modified: glibc-package/branches/eglibc-2.18/debian/changelog
===================================================================
--- glibc-package/branches/eglibc-2.18/debian/changelog 2013-11-30 10:37:57 UTC
(rev 5835)
+++ glibc-package/branches/eglibc-2.18/debian/changelog 2013-11-30 10:48:30 UTC
(rev 5836)
@@ -152,6 +152,9 @@
sparc.
* testsuite-checking/expected-results-i486*: rename expected result files
from i486 to i586.
+ * testsuite-checking/convertlog.sh: use sort -u to avoid duplicated entries
+ in the test results.
+ * testsuite-checking/expected-results-mips*: remove duplicated entries.
-- Adam Conrad <[email protected]> Sat, 09 Nov 2013 12:48:20 +0100
Modified:
glibc-package/branches/eglibc-2.18/debian/testsuite-checking/convertlog.sh
===================================================================
--- glibc-package/branches/eglibc-2.18/debian/testsuite-checking/convertlog.sh
2013-11-30 10:37:57 UTC (rev 5835)
+++ glibc-package/branches/eglibc-2.18/debian/testsuite-checking/convertlog.sh
2013-11-30 10:48:30 UTC (rev 5836)
@@ -12,4 +12,4 @@
echo '# regression testing during builds.'
echo '# Format: <Failed test>, Error <Make error code> [(ignored)]'
echo '#'
-grep 'make\[.*\]:.* \[/.*' $1 | sed -e's,^.*/,,g' -e 's/\]/,/g' | sort
+grep 'make\[.*\]:.* \[/.*' $1 | sed -e's,^.*/,,g' -e 's/\]/,/g' | sort -u
Modified:
glibc-package/branches/eglibc-2.18/debian/testsuite-checking/expected-results-mips-linux-gnu-libc
===================================================================
---
glibc-package/branches/eglibc-2.18/debian/testsuite-checking/expected-results-mips-linux-gnu-libc
2013-11-30 10:37:57 UTC (rev 5835)
+++
glibc-package/branches/eglibc-2.18/debian/testsuite-checking/expected-results-mips-linux-gnu-libc
2013-11-30 10:48:30 UTC (rev 5836)
@@ -31,11 +31,7 @@
tst-oddstacklimit.out, Error 1
tst-pthread-getattr.out, Error 1
tst-ptrguard1-static.out, Error 1
-tst-ptrguard1-static.out, Error 1
tst-ptrguard1.out, Error 1
-tst-ptrguard1.out, Error 1
tst-setvbuf1.out, Error 1
tst-stackguard1-static.out, Error 1
-tst-stackguard1-static.out, Error 1
tst-stackguard1.out, Error 1
-tst-stackguard1.out, Error 1
Modified:
glibc-package/branches/eglibc-2.18/debian/testsuite-checking/expected-results-mips32-linux-gnu-mipsn32
===================================================================
---
glibc-package/branches/eglibc-2.18/debian/testsuite-checking/expected-results-mips32-linux-gnu-mipsn32
2013-11-30 10:37:57 UTC (rev 5835)
+++
glibc-package/branches/eglibc-2.18/debian/testsuite-checking/expected-results-mips32-linux-gnu-mipsn32
2013-11-30 10:48:30 UTC (rev 5836)
@@ -36,11 +36,7 @@
tst-oddstacklimit.out, Error 1
tst-pthread-getattr.out, Error 1
tst-ptrguard1-static.out, Error 1
-tst-ptrguard1-static.out, Error 1
tst-ptrguard1.out, Error 1
-tst-ptrguard1.out, Error 1
tst-setvbuf1.out, Error 1
tst-stackguard1-static.out, Error 1
-tst-stackguard1-static.out, Error 1
tst-stackguard1.out, Error 1
-tst-stackguard1.out, Error 1
Modified:
glibc-package/branches/eglibc-2.18/debian/testsuite-checking/expected-results-mips32el-linux-gnu-mipsn32
===================================================================
---
glibc-package/branches/eglibc-2.18/debian/testsuite-checking/expected-results-mips32el-linux-gnu-mipsn32
2013-11-30 10:37:57 UTC (rev 5835)
+++
glibc-package/branches/eglibc-2.18/debian/testsuite-checking/expected-results-mips32el-linux-gnu-mipsn32
2013-11-30 10:48:30 UTC (rev 5836)
@@ -37,11 +37,7 @@
tst-oddstacklimit.out, Error 1
tst-pthread-getattr.out, Error 1
tst-ptrguard1-static.out, Error 1
-tst-ptrguard1-static.out, Error 1
tst-ptrguard1.out, Error 1
-tst-ptrguard1.out, Error 1
tst-setvbuf1.out, Error 1
tst-stackguard1-static.out, Error 1
-tst-stackguard1-static.out, Error 1
tst-stackguard1.out, Error 1
-tst-stackguard1.out, Error 1
Modified:
glibc-package/branches/eglibc-2.18/debian/testsuite-checking/expected-results-mips64-linux-gnu-mips64
===================================================================
---
glibc-package/branches/eglibc-2.18/debian/testsuite-checking/expected-results-mips64-linux-gnu-mips64
2013-11-30 10:37:57 UTC (rev 5835)
+++
glibc-package/branches/eglibc-2.18/debian/testsuite-checking/expected-results-mips64-linux-gnu-mips64
2013-11-30 10:48:30 UTC (rev 5836)
@@ -36,11 +36,7 @@
tst-oddstacklimit.out, Error 1
tst-pthread-getattr.out, Error 1
tst-ptrguard1-static.out, Error 1
-tst-ptrguard1-static.out, Error 1
tst-ptrguard1.out, Error 1
-tst-ptrguard1.out, Error 1
tst-setvbuf1.out, Error 1
tst-stackguard1-static.out, Error 1
-tst-stackguard1-static.out, Error 1
tst-stackguard1.out, Error 1
-tst-stackguard1.out, Error 1
Modified:
glibc-package/branches/eglibc-2.18/debian/testsuite-checking/expected-results-mips64el-linux-gnu-mips64
===================================================================
---
glibc-package/branches/eglibc-2.18/debian/testsuite-checking/expected-results-mips64el-linux-gnu-mips64
2013-11-30 10:37:57 UTC (rev 5835)
+++
glibc-package/branches/eglibc-2.18/debian/testsuite-checking/expected-results-mips64el-linux-gnu-mips64
2013-11-30 10:48:30 UTC (rev 5836)
@@ -37,11 +37,7 @@
tst-oddstacklimit.out, Error 1
tst-pthread-getattr.out, Error 1
tst-ptrguard1-static.out, Error 1
-tst-ptrguard1-static.out, Error 1
tst-ptrguard1.out, Error 1
-tst-ptrguard1.out, Error 1
tst-setvbuf1.out, Error 1
tst-stackguard1-static.out, Error 1
-tst-stackguard1-static.out, Error 1
tst-stackguard1.out, Error 1
-tst-stackguard1.out, Error 1
Modified:
glibc-package/branches/eglibc-2.18/debian/testsuite-checking/expected-results-mipsel-linux-gnu-libc
===================================================================
---
glibc-package/branches/eglibc-2.18/debian/testsuite-checking/expected-results-mipsel-linux-gnu-libc
2013-11-30 10:37:57 UTC (rev 5835)
+++
glibc-package/branches/eglibc-2.18/debian/testsuite-checking/expected-results-mipsel-linux-gnu-libc
2013-11-30 10:48:30 UTC (rev 5836)
@@ -32,11 +32,7 @@
tst-oddstacklimit.out, Error 1
tst-pthread-getattr.out, Error 1
tst-ptrguard1-static.out, Error 1
-tst-ptrguard1-static.out, Error 1
tst-ptrguard1.out, Error 1
-tst-ptrguard1.out, Error 1
tst-setvbuf1.out, Error 1
tst-stackguard1-static.out, Error 1
-tst-stackguard1-static.out, Error 1
tst-stackguard1.out, Error 1
-tst-stackguard1.out, Error 1
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]