diff --git a/chapter08/gcc.xml b/chapter08/gcc.xml index caa0bec56..76c56b5d5 100644 --- a/chapter08/gcc.xml +++ b/chapter08/gcc.xml @@ -150,11 +150,7 @@ cd build Now remove/fix several known test failures: -sed -e '/cpython/d' -i ../gcc/testsuite/gcc.dg/plugin/plugin.exp -sed -e 's/no-pic /&-no-pie /' -i ../gcc/testsuite/gcc.target/i386/pr113689-1.c -sed -e 's/300000/(1|300000)/' -i ../libgomp/testsuite/libgomp.c-c++-common/pr109062.c -sed -e 's/{ target nonpic } //' \ - -e '/GOTPCREL/d' -i ../gcc/testsuite/gcc.target/i386/fentryname3.c +sed -e '/cpython/d' -i ../gcc/testsuite/gcc.dg/plugin/plugin.exp Test the results as a non-privileged user, but do not stop at errors: @@ -177,9 +173,8 @@ su tester -c "PATH=$PATH make -k check" with or in mind. - In libstdc++ tests, the tests named - abi_check and - compare_exchange_padding.cc are known to fail. + In libstdc++ tests, the test named + abi_check is known to fail. A few unexpected failures cannot always be avoided. In some cases test failures depend on the specific hardware of the system.