aboutsummaryrefslogtreecommitdiffstats
path: root/test/excludes
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-04-27 12:28:00 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-04-27 12:28:52 +0900
commit5f6ba669ff79819e0e2cf006ed22f960d4565543 (patch)
tree289469c80efd0503f1ff123e04962fc87a217ae6 /test/excludes
parent48313f129abd464c69853a66af22adbad260b82e (diff)
downloadruby-5f6ba669ff79819e0e2cf006ed22f960d4565543.tar.gz
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.
Diffstat (limited to 'test/excludes')
-rw-r--r--test/excludes/_wercker/jit-wait/TestGCCompact.rb1
-rw-r--r--test/excludes/_wercker/jit/TestGCCompact.rb1
2 files changed, 2 insertions, 0 deletions
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')