Mark some cases as xfail due to GCC bug

This commit is contained in:
Anthony Green
2018-05-09 10:50:46 -04:00
parent b5ee395710
commit 8206253fdf
4 changed files with 194 additions and 3 deletions

View File

@@ -19,6 +19,7 @@ libffi-init
global srcdir subdir
global compiler_vendor
global has_gccbug
# The conversion of this testsuite into a dejagnu compatible testsuite
# was done in a pretty lazy fashion, and requires the use of compiler
@@ -37,6 +38,7 @@ if { ![string match $compiler_vendor "microsoft"] && ![string match $compiler_ve
set warning_options "-Wno-unused-variable -Wno-unused-parameter -Wno-uninitialized";
}
set tlist [lsort [glob -nocomplain -- $srcdir/$subdir/test-call.c]]
for {set i 1} {$i < 82} {incr i} {

View File

@@ -16,7 +16,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
**/
/* { dg-do run } */
/* { dg-do run { xfail gccbug } }*/
#include <stdio.h>
#include <stdlib.h>

View File

@@ -16,7 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* { dg-do run } */
/* { dg-do run { xfail gccbug } }*/
#include <stdio.h>
#include <stdlib.h>