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

ruby-changes:53550

From: k0kubun <ko1@a...>
Date: Fri, 16 Nov 2018 16:02:01 +0900 (JST)
Subject: [ruby-changes:53550] k0kubun:r65766 (trunk): test/excludes/_wercker: remove obsoleted pipeline name

k0kubun	2018-11-16 15:52:12 +0900 (Fri, 16 Nov 2018)

  New Revision: 65766

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

  Log:
    test/excludes/_wercker: remove obsoleted pipeline name
    
    from excludes directory names. test-mjit-wait / test-mjit are combined
    and distributed as mjit-test1 and mjit-test2 now.
    
    So the subdirectory names are changed to option names, --jit and --jit-wait.

  Added directories:
    trunk/test/excludes/_wercker/jit/
    trunk/test/excludes/_wercker/jit-wait/
    trunk/test/excludes/_wercker/jit-wait/TestParallel/
  Added files:
    trunk/test/excludes/_wercker/jit/TestThreadQueue.rb
    trunk/test/excludes/_wercker/jit-wait/TestDelegateClass.rb
    trunk/test/excludes/_wercker/jit-wait/TestParallel/TestParallel.rb
    trunk/test/excludes/_wercker/jit-wait/TestThreadQueue.rb
  Removed files:
    trunk/test/excludes/_wercker/test-mjit/TestThreadQueue.rb
    trunk/test/excludes/_wercker/test-mjit-wait/TestDelegateClass.rb
    trunk/test/excludes/_wercker/test-mjit-wait/TestParallel/TestParallel.rb
    trunk/test/excludes/_wercker/test-mjit-wait/TestThreadQueue.rb
  Modified files:
    trunk/wercker.yml
Index: test/excludes/_wercker/test-mjit/TestThreadQueue.rb
===================================================================
--- test/excludes/_wercker/test-mjit/TestThreadQueue.rb	(revision 65765)
+++ test/excludes/_wercker/test-mjit/TestThreadQueue.rb	(nonexistent)
@@ -1,2 +0,0 @@ https://github.com/ruby/ruby/blob/trunk/test/excludes/_wercker/test-mjit/TestThreadQueue.rb#L0
-# https://app.wercker.com/ruby/ruby/runs/test-mjit/5bcf51409b1e440006d47831?step=5bcf517d87436a000649326d
-exclude(:test_queue_with_trap, 'this test fails with --jit')

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

Property changes on: test/excludes/_wercker/test-mjit-wait/TestThreadQueue.rb
___________________________________________________________________
Deleted: svn:eol-style
## -1 +0,0 ##
-LF
\ No newline at end of property
Index: test/excludes/_wercker/test-mjit-wait/TestDelegateClass.rb
===================================================================
--- test/excludes/_wercker/test-mjit-wait/TestDelegateClass.rb	(revision 65765)
+++ test/excludes/_wercker/test-mjit-wait/TestDelegateClass.rb	(nonexistent)
@@ -1,2 +0,0 @@ https://github.com/ruby/ruby/blob/trunk/test/excludes/_wercker/test-mjit-wait/TestDelegateClass.rb#L0
-# https://app.wercker.com/ruby/ruby/runs/mjit-test2/5bda979a191eda000655a8d2?step=5bda9fe4591ca80007653f64
-exclude(:test_frozen, 'somehow FrozenError is not raised with --jit-wait')

Property changes on: test/excludes/_wercker/test-mjit-wait/TestDelegateClass.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	(revision 65765)
+++ test/excludes/_wercker/test-mjit-wait/TestParallel/TestParallel.rb	(nonexistent)
@@ -1,2 +0,0 @@ https://github.com/ruby/ruby/blob/trunk/test/excludes/_wercker/test-mjit-wait/TestParallel/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/TestParallel.rb
___________________________________________________________________
Deleted: svn:eol-style
## -1 +0,0 ##
-LF
\ No newline at end of property
Index: test/excludes/_wercker/jit/TestThreadQueue.rb
===================================================================
--- test/excludes/_wercker/jit/TestThreadQueue.rb	(nonexistent)
+++ test/excludes/_wercker/jit/TestThreadQueue.rb	(revision 65766)
@@ -0,0 +1,2 @@ https://github.com/ruby/ruby/blob/trunk/test/excludes/_wercker/jit/TestThreadQueue.rb#L1
+# https://app.wercker.com/ruby/ruby/runs/test-mjit/5bcf51409b1e440006d47831?step=5bcf517d87436a000649326d
+exclude(:test_queue_with_trap, 'this test fails with --jit')

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

Property changes on: test/excludes/_wercker/jit-wait/TestThreadQueue.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: test/excludes/_wercker/jit-wait/TestDelegateClass.rb
===================================================================
--- test/excludes/_wercker/jit-wait/TestDelegateClass.rb	(nonexistent)
+++ test/excludes/_wercker/jit-wait/TestDelegateClass.rb	(revision 65766)
@@ -0,0 +1,2 @@ https://github.com/ruby/ruby/blob/trunk/test/excludes/_wercker/jit-wait/TestDelegateClass.rb#L1
+# https://app.wercker.com/ruby/ruby/runs/mjit-test2/5bda979a191eda000655a8d2?step=5bda9fe4591ca80007653f64
+exclude(:test_frozen, 'somehow FrozenError is not raised with --jit-wait')

Property changes on: test/excludes/_wercker/jit-wait/TestDelegateClass.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: test/excludes/_wercker/jit-wait/TestParallel/TestParallel.rb
===================================================================
--- test/excludes/_wercker/jit-wait/TestParallel/TestParallel.rb	(nonexistent)
+++ test/excludes/_wercker/jit-wait/TestParallel/TestParallel.rb	(revision 65766)
@@ -0,0 +1,2 @@ https://github.com/ruby/ruby/blob/trunk/test/excludes/_wercker/jit-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/jit-wait/TestParallel/TestParallel.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: wercker.yml
===================================================================
--- wercker.yml	(revision 65765)
+++ wercker.yml	(revision 65766)
@@ -15,14 +15,14 @@ command-timeout: 60 https://github.com/ruby/ruby/blob/trunk/wercker.yml#L15
 # puts <<-EOS
 #     - script:
 #         name: make test-all#{index} -- others (JIT wait)
-#         code: /usr/bin/sudo -H -u test -- make test-all RUN_OPTS="--disable-gems --jit-wait --jit-warnings" TESTOPTS="#{dirs.map { |d| "--exclude #{d}" }.join(' ')} --color=never --job-status=normal --subprocess-timeout-scale=3.0 --excludes=test/excludes/_wercker/test-mjit-wait"
+#         code: /usr/bin/sudo -H -u test -- make test-all RUN_OPTS="--disable-gems --jit-wait --jit-warnings" TESTOPTS="#{dirs.map { |d| "--exclude #{d}" }.join(' ')} --color=never --job-status=normal --subprocess-timeout-scale=3.0 --excludes=test/excludes/_wercker/jit-wait"
 # EOS
 # dirs.each do |dir|
 #   index += 1
 #   puts <<-EOS
 #     - script:
 #         name: make test-all#{index} -- #{dir} (JIT wait#{(', allow failure' if allow_failures.include?(dir))})
-#         code: /usr/bin/sudo -H -u test -- make test-all RUN_OPTS="--disable-gems --jit-wait --jit-warnings" TESTS="#{dir}" TESTOPTS="--color=never --job-status=normal --subprocess-timeout-scale=3.0 --excludes=test/excludes/_wercker/test-mjit-wait"#{(' || true' if allow_failures.include?(dir))}
+#         code: /usr/bin/sudo -H -u test -- make test-all RUN_OPTS="--disable-gems --jit-wait --jit-warnings" TESTS="#{dir}" TESTOPTS="--color=never --job-status=normal --subprocess-timeout-scale=3.0 --excludes=test/excludes/_wercker/jit-wait"#{(' || true' if allow_failures.include?(dir))}
 #   EOS
 # end
 
@@ -53,7 +53,7 @@ mjit-test1: https://github.com/ruby/ruby/blob/trunk/wercker.yml#L53
         code: /usr/bin/sudo -H -u test -- make test-spec RUN_OPTS="--disable-gems --jit --jit-warnings"
     - script:
         name: make test-all (JIT)
-        code: /usr/bin/sudo -H -u test -- make test-all RUN_OPTS="--disable-gems --jit --jit-warnings" TESTOPTS="--color=never --job-status=normal --longest 10 --subprocess-timeout-scale=3.0 --excludes=test/excludes/_wercker/test-mjit"
+        code: /usr/bin/sudo -H -u test -- make test-all RUN_OPTS="--disable-gems --jit --jit-warnings" TESTOPTS="--color=never --job-status=normal --longest 10 --subprocess-timeout-scale=3.0 --excludes=test/excludes/_wercker/jit"
 
     # --jit-wait
     - script:
@@ -66,118 +66,118 @@ mjit-test1: https://github.com/ruby/ruby/blob/trunk/wercker.yml#L66
     # -- AUTO GENERATED 1st half START (by above code) ---
     - script:
         name: make test-all1 -- others (JIT wait)
-        code: /usr/bin/sudo -H -u test -- make test-all RUN_OPTS="--disable-gems --jit-wait --jit-warnings" TESTOPTS="--exclude test/-ext-/ --exclude test/base64/ --exclude test/benchmark/ --exclude test/bigdecimal/ --exclude test/cgi/ --exclude test/coverage/ --exclude test/csv/ --exclude test/date/ --exclude test/dbm/ --exclude test/digest/ --exclude test/drb/ --exclude test/dtrace/ --exclude test/erb/ --exclude test/etc/ --exclude test/excludes/ --exclude test/fiddle/ --exclude test/fileutils/ --exclude test/gdbm/ --exclude test/io/ --exclude test/irb/ --exclude test/json/ --exclude test/lib/ --exclude test/logger/ --exclude test/matrix/ --exclude test/minitest/ --exclude test/misc/ --exclude test/mkmf/ --exclude test/monitor/ --exclude test/net/ --exclude test/nkf/ --exclude test/objspace/ --exclude test/open-uri/ --exclude test/openssl/ --exclude test/optparse/ --exclude test/ostruct/ --exclude test/pathname/ --exclude test/psych/ --exclude test/rdoc/ --exclude test/readline/ -
 -exclude test/resolv/ --exclude test/rexml/ --exclude test/rinda/ --exclude test/ripper/ --exclude test/rss/ --exclude test/ruby/ --exclude test/rubygems/ --exclude test/scanf/ --exclude test/sdbm/ --exclude test/shell/ --exclude test/socket/ --exclude test/stringio/ --exclude test/strscan/ --exclude test/syslog/ --exclude test/testunit/ --exclude test/uri/ --exclude test/webrick/ --exclude test/win32ole/ --exclude test/yaml/ --exclude test/zlib/ --color=never --job-status=normal --subprocess-timeout-scale=3.0 --excludes=test/excludes/_wercker/test-mjit-wait"
+        code: /usr/bin/sudo -H -u test -- make test-all RUN_OPTS="--disable-gems --jit-wait --jit-warnings" TESTOPTS="--exclude test/-ext-/ --exclude test/base64/ --exclude test/benchmark/ --exclude test/bigdecimal/ --exclude test/cgi/ --exclude test/coverage/ --exclude test/csv/ --exclude test/date/ --exclude test/dbm/ --exclude test/digest/ --exclude test/drb/ --exclude test/dtrace/ --exclude test/erb/ --exclude test/etc/ --exclude test/excludes/ --exclude test/fiddle/ --exclude test/fileutils/ --exclude test/gdbm/ --exclude test/io/ --exclude test/irb/ --exclude test/json/ --exclude test/lib/ --exclude test/logger/ --exclude test/matrix/ --exclude test/minitest/ --exclude test/misc/ --exclude test/mkmf/ --exclude test/monitor/ --exclude test/net/ --exclude test/nkf/ --exclude test/objspace/ --exclude test/open-uri/ --exclude test/openssl/ --exclude test/optparse/ --exclude test/ostruct/ --exclude test/pathname/ --exclude test/psych/ --exclude test/rdoc/ --exclude test/readline/ -
 -exclude test/resolv/ --exclude test/rexml/ --exclude test/rinda/ --exclude test/ripper/ --exclude test/rss/ --exclude test/ruby/ --exclude test/rubygems/ --exclude test/scanf/ --exclude test/sdbm/ --exclude test/shell/ --exclude test/socket/ --exclude test/stringio/ --exclude test/strscan/ --exclude test/syslog/ --exclude test/testunit/ --exclude test/uri/ --exclude test/webrick/ --exclude test/win32ole/ --exclude test/yaml/ --exclude test/zlib/ --color=never --job-status=normal --subprocess-timeout-scale=3.0 --excludes=test/excludes/_wercker/jit-wait"
     - script:
         name: make test-all2 -- test/-ext-/ (JIT wait)
-        code: /usr/bin/sudo -H -u test -- make test-all RUN_OPTS="--disable-gems --jit-wait --jit-warnings" TESTS="test/-ext-/" TESTOPTS="--color=never --job-status=normal --subprocess-timeout-scale=3.0 --excludes=test/excludes/_wercker/test-mjit-wait"
+        code: /usr/bin/sudo -H -u test -- make test-all RUN_OPTS="--disable-gems --jit-wait --jit-warnings" TESTS="test/-ext-/" TESTOPTS="--color=never --job-status=normal --subprocess-timeout-scale=3.0 --excludes=test/excludes/_wercker/jit-wait"
     - script:
         name: make test-all3 -- test/base64/ (JIT wait)
-        code: /usr/bin/sudo -H -u test -- make test-all RUN_OPTS="--disable-gems --jit-wait --jit-warnings" TESTS="test/base64/" TESTOPTS="--color=never --job-status=normal --subprocess-timeout-scale=3.0 --excludes=test/excludes/_wercker/test-mjit-wait"
+        code: /usr/bin/sudo -H -u test -- make test-all RUN_OPTS="--disable-gems --jit-wait --jit-warnings" TESTS="test/base64/" TESTOPTS="--color=never --job-status=normal --subprocess-timeout-scale=3.0 --excludes=test/excludes/_wercker/jit-wait"
     - script:
         name: make test-all4 -- test/benchmark/ (JIT wait)
-        code: /usr/bin/sudo -H -u test -- make test-all RUN_OPTS="--disable-gems --jit-wait --jit-warnings" TESTS="test/benchmark/" TESTOPTS="--color=never --job-status=normal --subprocess-timeout-scale=3.0 --excludes=test/excludes/_wercker/test-mjit-wait"
+        code: /usr/bin/sudo -H -u test -- make test-all RUN_OPTS="--disable-gems --jit-wait --jit-warnings" TESTS="test/benchmark/" TESTOPTS="--color=never --job-status=normal --subprocess-timeout-scale=3.0 --excludes=test/excludes/_wercker/jit-wait"
     - script:
         name: make test-all5 -- test/bigdecimal/ (JIT wait)
-        code: /usr/bin/sudo -H -u test -- make test-all RUN_OPTS="--disable-gems --jit-wait --jit-warnings" TESTS="test/bigdecimal/" TESTOPTS="--color=never --job-status=normal --subprocess-timeout-scale=3.0 --excludes=test/excludes/_wercker/test-mjit-wait"
+        code: /usr/bin/sudo -H -u test -- make test-all RUN_OPTS="--disable-gems --jit-wait --jit-warnings" TESTS="test/bigdecimal/" TESTOPTS="--color=never --job-status=normal --subprocess-timeout-scale=3.0 --excludes=test/excludes/_wercker/jit-wait"
     - script:
         name: make test-all6 -- test/cgi/ (JIT wait)
-        code: /usr/bin/sudo -H -u test -- make test-all RUN_OPTS="--disable-gems --jit-wait --jit-warnings" TESTS="test/cgi/" TESTOPTS="--color=never --job-status=normal --subprocess-timeout-scale=3.0 --excludes=test/excludes/_wercker/test-mjit-wait"
+        code: /usr/bin/sudo -H -u test -- make test-all RUN_OPTS="--disable-gems --jit-wait --jit-warnings" TESTS="test/cgi/" TESTOPTS="--color=never --job-status=normal --subprocess-timeout-scale=3.0 --excludes=test/excludes/_wercker/jit-wait"
     - script:
         name: make test-all7 -- test/coverage/ (JIT wait)
-        code: /usr/bin/sudo -H -u test -- make test-all RUN_OPTS="--disable-gems --jit-wait --jit-warnings" TESTS="test/coverage/" TESTOPTS="--color=never --job-status=normal --subprocess-timeout-scale=3.0 --excludes=test/excludes/_wercker/test-mjit-wait"
+        code: /usr/bin/sudo -H -u test -- make test-all RUN_OPTS="--disable-gems --jit-wait --jit-warnings" TESTS="test/coverage/" TESTOPTS="--color=never --job-status=normal --subprocess-timeout-scale=3.0 --excludes=test/excludes/_wercker/jit-wait"
     - script:
         name: make test-all8 -- test/csv/ (JIT wait)
-        code: /usr/bin/sudo -H -u test -- make test-all RUN_OPTS="--disable-gems --jit-wait --jit-warnings" TESTS="test/csv/" TESTOPTS="--color=never --job-status=normal --subprocess-timeout-scale=3.0 --excludes=test/excludes/_wercker/test-mjit-wait"
+        code: /usr/bin/sudo -H -u test -- make test-all RUN_OPTS="--disable-gems --jit-wait --jit-warnings" TESTS="test/csv/" TESTOPTS="--color=never --job-status=normal --subprocess-timeout-scale=3.0 --excludes=test/excludes/_wercker/jit-wait"
     - script:
         name: make test-all9 -- test/date/ (JIT wait)
-        code: /usr/bin/sudo -H -u test -- make test-all RUN_OPTS="--disable-gems --jit-wait --jit-warnings" TESTS="test/date/" TESTOPTS="--color=never --job-status=normal --subprocess-timeout-scale=3.0 --excludes=test/excludes/_wercker/test-mjit-wait"
+        code: /usr/bin/sudo -H -u test -- make test-all RUN_OPTS="--disable-gems --jit-wait --jit-warnings" TESTS="test/date/" TESTOPTS="--color=never --job-status=normal --subprocess-timeout-scale=3.0 --excludes=test/excludes/_wercker/jit-wait"
     - script:
         name: make test-all10 -- test/dbm/ (JIT wait)
-        code: /usr/bin/sudo -H -u test -- make test-all RUN_OPTS="--disable-gems --jit-wait --jit-warnings" TESTS="test/dbm/" TESTOPTS="--color=never --job-status=normal --subprocess-timeout-scale=3.0 --excludes=test/excludes/_wercker/test-mjit-wait"
+        code: /usr/bin/sudo -H -u test -- make test-all RUN_OPTS="--disable-gems --jit-wait --jit-warnings" TESTS="test/dbm/" TESTOPTS="--color=never --job-status=normal --subprocess-timeout-scale=3.0 --excludes=test/excludes/_wercker/jit-wait"
     - script:
         name: make test-all11 -- test/digest/ (JIT wait)
-        code: /usr/bin/sudo -H -u test -- make test-all RUN_OPTS="--disable-gems --jit-wait --jit-warnings" TESTS="test/digest/" TESTOPTS="--color=never --job-status=normal --subprocess-timeout-scale=3.0 --excludes=test/excludes/_wercker/test-mjit-wait"
+        code: /usr/bin/sudo -H -u test -- make test-all RUN_OPTS="--disable-gems --jit-wait --jit-warnings" TESTS="test/digest/" TESTOPTS="--color=never --job-status=normal --subprocess-timeout-scale=3.0 --excludes=test/excludes/_wercker/jit-wait"
     - script:
         name: make test-all12 -- test/drb/ (JIT wait)
-        code: /usr/bin/sudo -H -u test -- make test-all RUN_OPTS="--disable-gems --jit-wait --jit-warnings" TESTS="test/drb/" TESTOPTS="--color=never --job-status=normal --subprocess-timeout-scale=3.0 --excludes=test/excludes/_wercker/test-mjit-wait"
+        code: /usr/bin/sudo -H -u test -- make test-all RUN_OPTS="--disable-gems --jit-wait --jit-warnings" TESTS="test/drb/" TESTOPTS="--color=never --job-status=normal --subprocess-timeout-scale=3.0 --excludes=test/excludes/_wercker/jit-wait"
     - script:
         name: make test-all13 -- test/dtrace/ (JIT wait)
-        code: /usr/bin/sudo -H -u test -- make test-all RUN_OPTS="--disable-gems --jit-wait --jit-warnings" TESTS="test/dtrace/" TESTOPTS="--color=never --job-status=normal --subprocess-timeout-scale=3.0 --excludes=test/excludes/_wercker/test-mjit-wait"
+        code: /usr/bin/sudo -H -u test -- make test-all RUN_OPTS="--disable-gems --jit-wait --jit-warnings" TESTS="test/dtrace/" TESTOPTS="--color=never --job-status=normal --subprocess-timeout-scale=3.0 --excludes=test/excludes/_wercker/jit-wait"
     - script:
         name: make test-all14 -- test/erb/ (JIT wait)
-        code: /usr/bin/sudo -H -u test -- make test-all RUN_OPTS="--disable-gems --jit-wait --jit-warnings" TESTS="test/erb/" TESTOPTS="--color=never --job-status=normal --subprocess-timeout-scale=3.0 --excludes=test/excludes/_wercker/test-mjit-wait"
+        code: /usr/bin/sudo -H -u test -- make test-all RUN_OPTS="--disable-gems --jit-wait --jit-warnings" TESTS="test/erb/" TESTOPTS="--color=never --job-status=normal --subprocess-timeout-scale=3.0 --excludes=test/excludes/_wercker/jit-wait"
     - script:
         name: make test-all15 -- test/etc/ (JIT wait)
-        code: /usr/bin/sudo -H -u test -- make test-all RUN_OPTS="--disable-gems --jit-wait --jit-warnings" TESTS="test/etc/" TESTOPTS="--color=never --job-status=normal --subprocess-timeout-scale=3.0 --excludes=test/excludes/_wercker/test-mjit-wait"
+        code: /usr/bin/sudo -H -u test -- make test-all RUN_OPTS="--disab (... truncated)

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

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