diff mbox

[testsuite,committed] ad PR52641 skip more tests on int16

Message ID 51ED16A5.4020708@gjlay.de
State New
Headers show

Commit Message

Georg-Johann Lay July 22, 2013, 11:25 a.m. UTC
http://gcc.gnu.org/viewcvs/gcc?view=revision&revision=201123

Applied this skip for int16 platforms that will obviously fail there.

Johann

	PR testsuite/52641
	* gcc.c-torture/execute/pr57124.x: Skip int16 platforms.
	* gcc.c-torture/execute/pr53366-1.x: New: Skip int16 platforms.
diff mbox

Patch

Index: gcc.c-torture/execute/pr57124.x
===================================================================
--- gcc.c-torture/execute/pr57124.x     (revision 201119)
+++ gcc.c-torture/execute/pr57124.x     (working copy)
@@ -1,2 +1,9 @@ 
+load_lib target-supports.exp
+
 set additional_flags "-fno-strict-overflow"
+
+if { [check_effective_target_int16] } {
+       return 1
+}
+
 return 0
Index: gcc.c-torture/execute/pr53366-1.x
===================================================================
--- gcc.c-torture/execute/pr53366-1.x   (revision 0)
+++ gcc.c-torture/execute/pr53366-1.x   (revision 0)
@@ -0,0 +1,7 @@ 
+load_lib target-supports.exp
+
+if { [check_effective_target_int16] } {
+       return 1
+}
+
+return 0