summaryrefslogtreecommitdiff
path: root/test/excludes
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-01 07:49:06 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-01 07:49:06 +0000
commit187b5e71769c8510cc48977ce71cf114749998df (patch)
tree08f63e98957cc7c72c827f9ff0b0b1afc6c2bce3 /test/excludes
parentf83b08755dc7775f7cd8fab0a94516c2641e478d (diff)
TestDelegateClass.rb: skip test_frozen for --jit-wait
for now. Investigating. https://app.wercker.com/ruby/ruby/runs/mjit-test2/5bda979a191eda000655a8d2?step=5bda9fe4591ca80007653f64 wercker.yml: improve parallelism again. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65489 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/excludes')
-rw-r--r--test/excludes/_wercker/test-mjit-wait/TestDelegateClass.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/excludes/_wercker/test-mjit-wait/TestDelegateClass.rb b/test/excludes/_wercker/test-mjit-wait/TestDelegateClass.rb
new file mode 100644
index 0000000000..384bb03b4c
--- /dev/null
+++ b/test/excludes/_wercker/test-mjit-wait/TestDelegateClass.rb
@@ -0,0 +1,2 @@
+# https://app.wercker.com/ruby/ruby/runs/mjit-test2/5bda979a191eda000655a8d2?step=5bda9fe4591ca80007653f64
+exclude(:test_frozen, 'somehow FrozenError is not raised with --jit-wait')