diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/regex/Makefile.in | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/test/regex/Makefile.in b/test/regex/Makefile.in index a6ec4a4ad..59d0c0697 100644 --- a/test/regex/Makefile.in +++ b/test/regex/Makefile.in @@ -1,4 +1,6 @@ -# triggers gcc ICE with gcc 5.3.0 -ifeq ($(TARGET_lm32),y) +# slowsdown embedded test runs extremely and always some +# some tests are failing +# for lm32 triggers gcc ICE with gcc 5.3.0 +# ifeq ($(TARGET_lm32),y) TESTS_DISABLED := testregex -endif +# endif |