ruby-changes:66351
From: Jun <ko1@a...>
Date: Wed, 26 May 2021 18:33:21 +0900 (JST)
Subject: [ruby-changes:66351] af43198738 (master): .travis.yml: Remove skipped tests on ppc64le.
https://git.ruby-lang.org/ruby.git/commit/?id=af43198738 From af43198738bf45d55d91d7f48b197f94dc526967 Mon Sep 17 00:00:00 2001 From: Jun Aruga <jaruga@r...> Date: Wed, 26 May 2021 09:51:18 +0200 Subject: .travis.yml: Remove skipped tests on ppc64le. It was fixed at fc832ffbfaf581ff63ef40dc3f4ec5c8ff39aae6 . --- .travis.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6527116..2a2ff0d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -85,12 +85,6 @@ env: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L85 name: ppc64le-linux arch: ppc64le <<: *gcc-10 - env: - # FIXME: Skip some failing TestGCCompact tests. - # https://bugs.ruby-lang.org/issues/17871 - - TEST_ALL_SKIPPED_TESTS="test_gc_compact_stats test_complex_hash_keys test_ast_compacts test_compact_count" - # The tests crash the process. - - RUN_SEPARATED_TESTS=false - &s390x-linux name: s390x-linux -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/