[前][次][番号順一覧][スレッド一覧]

ruby-changes:53137

From: k0kubun <ko1@a...>
Date: Wed, 24 Oct 2018 21:13:33 +0900 (JST)
Subject: [ruby-changes:53137] k0kubun:r65351 (trunk): test/excludes/_wercker: skip tests

k0kubun	2018-10-24 21:13:28 +0900 (Wed, 24 Oct 2018)

  New Revision: 65351

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65351

  Log:
    test/excludes/_wercker: skip tests
    
    which are under investigation. I'm debugging it right now, but let's
    make it green to stop bothering other development.

  Added directories:
    trunk/test/excludes/_wercker/test-mjit-wait/TestParallel/
  Added files:
    trunk/test/excludes/_wercker/test-mjit-wait/TestGemStreamUI.rb
    trunk/test/excludes/_wercker/test-mjit-wait/TestParallel/TestParallel.rb
  Removed files:
    trunk/test/excludes/_wercker/test-mjit-wait/TestParallel.rb
Index: test/excludes/_wercker/test-mjit-wait/TestParallel.rb
===================================================================
--- test/excludes/_wercker/test-mjit-wait/TestParallel.rb	(revision 65350)
+++ test/excludes/_wercker/test-mjit-wait/TestParallel.rb	(nonexistent)
@@ -1,2 +0,0 @@ https://github.com/ruby/ruby/blob/trunk/test/excludes/_wercker/test-mjit-wait/TestParallel.rb#L0
-# https://app.wercker.com/ruby/ruby/runs/test-mjit-wait/5bd040d19b1e440006d52516?step=5bd0410c591ca8000721e3e4
-exclude(:test_separate, 'this test randomly fails with --jit-wait')

Property changes on: test/excludes/_wercker/test-mjit-wait/TestParallel.rb
___________________________________________________________________
Deleted: svn:eol-style
## -1 +0,0 ##
-LF
\ No newline at end of property
Index: test/excludes/_wercker/test-mjit-wait/TestParallel/TestParallel.rb
===================================================================
--- test/excludes/_wercker/test-mjit-wait/TestParallel/TestParallel.rb	(nonexistent)
+++ test/excludes/_wercker/test-mjit-wait/TestParallel/TestParallel.rb	(revision 65351)
@@ -0,0 +1,2 @@ https://github.com/ruby/ruby/blob/trunk/test/excludes/_wercker/test-mjit-wait/TestParallel/TestParallel.rb#L1
+# https://app.wercker.com/ruby/ruby/runs/test-mjit-wait/5bd040d19b1e440006d52516?step=5bd0410c591ca8000721e3e4
+exclude(:test_separate, 'this test randomly fails with --jit-wait')

Property changes on: test/excludes/_wercker/test-mjit-wait/TestParallel/TestParallel.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: test/excludes/_wercker/test-mjit-wait/TestGemStreamUI.rb
===================================================================
--- test/excludes/_wercker/test-mjit-wait/TestGemStreamUI.rb	(nonexistent)
+++ test/excludes/_wercker/test-mjit-wait/TestGemStreamUI.rb	(revision 65351)
@@ -0,0 +1,2 @@ https://github.com/ruby/ruby/blob/trunk/test/excludes/_wercker/test-mjit-wait/TestGemStreamUI.rb#L1
+# debugging this right now
+exclude(/.*/, 'this fails with --jit-wait')

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]