From 28e2c0f86c0919a8027a46ccb5a2dfc149aa823d Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Tue, 26 Feb 2019 19:02:03 -0700 Subject: [PATCH] test_tic_toc can fail on F28 s390x --- gdl.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdl.spec b/gdl.spec index a047fc4..4c4ea1f 100644 --- a/gdl.spec +++ b/gdl.spec @@ -271,7 +271,7 @@ failing_tests="$failing_tests|test_(bug_635|file_lines|indgen|list|save_restore| failing_tests="$failing_tests|test_(angles|container|file_lines|hist_2d|indgen|list|random)" %endif %ifarch s390x -failing_tests="$failing_tests|test_(bug_635|file_lines|indgen|list|save_restore|window_background)" +failing_tests="$failing_tests|test_(bug_635|file_lines|indgen|list|save_restore|tic_toc|window_background)" %endif make check VERBOSE=1 ARGS="-V -E '$failing_tests'" %ifnarch ppc64 s390x