ruby-changes:55552
From: Takashi <ko1@a...>
Date: Sat, 27 Apr 2019 12:30:26 +0900 (JST)
Subject: [ruby-changes:55552] Takashi Kokubun:5f6ba669ff (trunk): Isolate TestGCCompact from JIT testing
https://git.ruby-lang.org/ruby.git/commit/?id=5f6ba669ff From 5f6ba669ff79819e0e2cf006ed22f960d4565543 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun <takashikkbn@g...> Date: Sat, 27 Apr 2019 12:28:00 +0900 Subject: 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. diff --git a/test/excludes/_wercker/jit-wait/TestGCCompact.rb b/test/excludes/_wercker/jit-wait/TestGCCompact.rb new file mode 100644 index 0000000..d51e3de --- /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 0000000..d51e3de --- /dev/null +++ b/test/excludes/_wercker/jit/TestGCCompact.rb @@ -0,0 +1 @@ +exclude(/.*/, 'isolating impact of GC.compact from JIT testing for now') -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/