]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
AVR: Skip the gcc.c-torture/execute/memcpy-a*.c tests.
authorGeorg-Johann Lay <avr@gjlay.de>
Fri, 29 Nov 2024 21:54:25 +0000 (22:54 +0100)
committerGeorg-Johann Lay <avr@gjlay.de>
Fri, 29 Nov 2024 22:11:11 +0000 (23:11 +0100)
Skipping these tests on avr since they come up with "memory full",
plus they consume a multiple of the time the rest of the testsuite
takes.

gcc/testsuite/
* gcc.c-torture/execute/memcpy-a1.c
* gcc.c-torture/execute/memcpy-a2.c
* gcc.c-torture/execute/memcpy-a4.c
* gcc.c-torture/execute/memcpy-a8.c

gcc/testsuite/gcc.c-torture/execute/memcpy-a1.c
gcc/testsuite/gcc.c-torture/execute/memcpy-a2.c
gcc/testsuite/gcc.c-torture/execute/memcpy-a4.c
gcc/testsuite/gcc.c-torture/execute/memcpy-a8.c

index 086a7c0b7052cc3d46a525429aa495eddce13dbf..9730e39c85a02f9f0ed9e1f920b88daf2f9018c3 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-timeout-factor 8 } */
+/* { dg-skip-if "memory full + time hog" { "avr-*-*" } } */
 
 #define ax_t a1_t
 #include "memcpy-ax.h"
index 57f4aa64d951ee7e497abdcbe91e059e31117cb7..f3b5a42c8336ba59c59fe382a496147e50d954f5 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-timeout-factor 8 } */
+/* { dg-skip-if "memory full + time hog" { "avr-*-*" } } */
 
 #define ax_t a2_t
 #include "memcpy-ax.h"
index 274845044e4e2dc81678a226be0709e876ef9a6c..44c30126cff69c44f64de91756e7a462b0fe68b9 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-timeout-factor 8 } */
+/* { dg-skip-if "memory full + time hog" { "avr-*-*" } } */
 
 #define ax_t a4_t
 #include "memcpy-ax.h"
index 59548ceae9472e29d82f46391691ef7cddd8270b..baee56aee33234d2bfa78d2f8b73dfd26b1a8269 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-timeout-factor 8 } */
+/* { dg-skip-if "memory full + time hog" { "avr-*-*" } } */
 
 #define ax_t a8_t
 #include "memcpy-ax.h"