From 5f6ba669ff79819e0e2cf006ed22f960d4565543 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Sat, 27 Apr 2019 12:28:00 +0900 Subject: [PATCH] Isolate TestGCCompact from JIT testing Wercker seems to randomly fail https://app.wercker.com/ruby/ruby/runs/mjit-test1/5cc3c1c423fcb70008db9b64?step=5cc3c46a03f4460007da0659 To help debugging, let me isolate the impact from GC.compact in the JIT testing on Wercker. --- test/excludes/_wercker/jit-wait/TestGCCompact.rb | 1 + test/excludes/_wercker/jit/TestGCCompact.rb | 1 + 2 files changed, 2 insertions(+) create mode 100644 test/excludes/_wercker/jit-wait/TestGCCompact.rb create mode 100644 test/excludes/_wercker/jit/TestGCCompact.rb diff --git a/test/excludes/_wercker/jit-wait/TestGCCompact.rb b/test/excludes/_wercker/jit-wait/TestGCCompact.rb new file mode 100644 index 0000000000..d51e3deba8 --- /dev/null +++ b/test/excludes/_wercker/jit-wait/TestGCCompact.rb @@ -0,0 +1 @@ +exclude(/.*/, 'isolating impact of GC.compact from JIT testing for now') diff --git a/test/excludes/_wercker/jit/TestGCCompact.rb b/test/excludes/_wercker/jit/TestGCCompact.rb new file mode 100644 index 0000000000..d51e3deba8 --- /dev/null +++ b/test/excludes/_wercker/jit/TestGCCompact.rb @@ -0,0 +1 @@ +exclude(/.*/, 'isolating impact of GC.compact from JIT testing for now')