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

ruby-changes:53497

From: k0kubun <ko1@a...>
Date: Wed, 14 Nov 2018 08:06:54 +0900 (JST)
Subject: [ruby-changes:53497] k0kubun:r65713 (trunk): test/excludes/../TestWEBrickUtils.rb: exclude unstable test

k0kubun	2018-11-14 08:06:49 +0900 (Wed, 14 Nov 2018)

  New Revision: 65713

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

  Log:
    test/excludes/../TestWEBrickUtils.rb: exclude unstable test
    
    for now. This seems to get unstable after r65691.
    
    test/excludes/_travis/osx: renamed from test/excludes/_travis because
    it's only for osx builds.

  Added directories:
    trunk/test/excludes/_travis/osx/
  Added files:
    trunk/test/excludes/_travis/osx/IMAPTest.rb
    trunk/test/excludes/_travis/osx/TestGemRemoteFetcher.rb
    trunk/test/excludes/_travis/osx/TestWEBrickUtils.rb
  Removed files:
    trunk/test/excludes/_travis/IMAPTest.rb
    trunk/test/excludes/_travis/TestGemRemoteFetcher.rb
  Modified files:
    trunk/.travis.yml
Index: test/excludes/_travis/TestGemRemoteFetcher.rb
===================================================================
--- test/excludes/_travis/TestGemRemoteFetcher.rb	(revision 65712)
+++ test/excludes/_travis/TestGemRemoteFetcher.rb	(nonexistent)
@@ -1,4 +0,0 @@ https://github.com/ruby/ruby/blob/trunk/test/excludes/_travis/TestGemRemoteFetcher.rb#L0
-# https://travis-ci.org/ruby/ruby/jobs/444240249
-# raises: OpenSSL::SSL::SSLError "SSL_read: tlsv1 alert decrypt error"
-exclude(:test_do_not_allow_invalid_client_cert_auth_connection,
-        'This test is failing with OpenSSL 1.1.1 on Travis osx build')

Property changes on: test/excludes/_travis/TestGemRemoteFetcher.rb
___________________________________________________________________
Deleted: svn:eol-style
## -1 +0,0 ##
-LF
\ No newline at end of property
Index: test/excludes/_travis/IMAPTest.rb
===================================================================
--- test/excludes/_travis/IMAPTest.rb	(revision 65712)
+++ test/excludes/_travis/IMAPTest.rb	(nonexistent)
@@ -1,3 +0,0 @@ https://github.com/ruby/ruby/blob/trunk/test/excludes/_travis/IMAPTest.rb#L0
-# https://travis-ci.org/ruby/ruby/jobs/444232675
-# randomly raises: Errno::EPROTOTYPE "Protocol wrong type for socket"
-exclude(:test_imaps_post_connection_check, 'This test randomly fails with OpenSSL 1.1.1 on Travis osx build')

Property changes on: test/excludes/_travis/IMAPTest.rb
___________________________________________________________________
Deleted: svn:eol-style
## -1 +0,0 ##
-LF
\ No newline at end of property
Index: .travis.yml
===================================================================
--- .travis.yml	(revision 65712)
+++ .travis.yml	(revision 65713)
@@ -246,7 +246,7 @@ env: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L246
     env:
       - "CONFIG_FLAG='--with-opt-dir=/usr/local/opt/openssl@1...:/usr/local/opt/zlib'"
       - "JOBS=\"-j`sysctl -n hw.activecpu`\""
-      - "TEST_ALL_OPTS=\"$JOBS -q --tty=no --excludes=\\$(TESTSDIR)/excludes/_travis\""
+      - "TEST_ALL_OPTS=\"$JOBS -q --tty=no --excludes=\\$(TESTSDIR)/excludes/_travis/osx\""
 
   - &universal-darwin17
     name: uinversal.x86_64h-darwin17
@@ -256,7 +256,7 @@ env: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L256
     env:
       - "CONFIG_FLAG='--with-arch=x86_64h,x86_64,i386'"
       - "JOBS=\"-j`sysctl -n hw.activecpu`\""
-      - "TEST_ALL_OPTS=\"$JOBS -q --tty=no --excludes=\\$(TESTSDIR)/excludes/_travis\""
+      - "TEST_ALL_OPTS=\"$JOBS -q --tty=no --excludes=\\$(TESTSDIR)/excludes/_travis/osx\""
 
 matrix:
   include:
Index: test/excludes/_travis/osx/TestGemRemoteFetcher.rb
===================================================================
--- test/excludes/_travis/osx/TestGemRemoteFetcher.rb	(nonexistent)
+++ test/excludes/_travis/osx/TestGemRemoteFetcher.rb	(revision 65713)
@@ -0,0 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/test/excludes/_travis/osx/TestGemRemoteFetcher.rb#L1
+# https://travis-ci.org/ruby/ruby/jobs/444240249
+# raises: OpenSSL::SSL::SSLError "SSL_read: tlsv1 alert decrypt error"
+exclude(:test_do_not_allow_invalid_client_cert_auth_connection,
+        'This test is failing with OpenSSL 1.1.1 on Travis osx build')

Property changes on: test/excludes/_travis/osx/TestGemRemoteFetcher.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: test/excludes/_travis/osx/IMAPTest.rb
===================================================================
--- test/excludes/_travis/osx/IMAPTest.rb	(nonexistent)
+++ test/excludes/_travis/osx/IMAPTest.rb	(revision 65713)
@@ -0,0 +1,3 @@ https://github.com/ruby/ruby/blob/trunk/test/excludes/_travis/osx/IMAPTest.rb#L1
+# https://travis-ci.org/ruby/ruby/jobs/444232675
+# randomly raises: Errno::EPROTOTYPE "Protocol wrong type for socket"
+exclude(:test_imaps_post_connection_check, 'This test randomly fails with OpenSSL 1.1.1 on Travis osx build')

Property changes on: test/excludes/_travis/osx/IMAPTest.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: test/excludes/_travis/osx/TestWEBrickUtils.rb
===================================================================
--- test/excludes/_travis/osx/TestWEBrickUtils.rb	(nonexistent)
+++ test/excludes/_travis/osx/TestWEBrickUtils.rb	(revision 65713)
@@ -0,0 +1,3 @@ https://github.com/ruby/ruby/blob/trunk/test/excludes/_travis/osx/TestWEBrickUtils.rb#L1
+# https://travis-ci.org/ruby/ruby/jobs/454707326
+# maybe this test's timeout should be re-arranged for Travis osx
+exclude(:test_nested_timeout_outer, 'This test randomly fails on Travis osx')

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

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