Mark some cases as xfail due to GCC bug
This commit is contained in:
@@ -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} {
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user