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

ruby-changes:55133

From: ktsj <ko1@a...>
Date: Sun, 24 Mar 2019 09:28:57 +0900 (JST)
Subject: [ruby-changes:55133] ktsj:r67340 (trunk): Update power_assert to 1.1.4

ktsj	2019-03-24 09:28:51 +0900 (Sun, 24 Mar 2019)

  New Revision: 67340

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

  Log:
    Update power_assert to 1.1.4
    
    This update fixes a failure of test-bundled-gems, so we revert r67275.

  Modified files:
    trunk/azure-pipelines.yml
    trunk/gems/bundled_gems
Index: azure-pipelines.yml
===================================================================
--- azure-pipelines.yml	(revision 67339)
+++ azure-pipelines.yml	(revision 67340)
@@ -24,7 +24,6 @@ jobs: https://github.com/ruby/ruby/blob/trunk/azure-pipelines.yml#L24
   - script: |
       TRAVIS=1 make $(task)
     displayName: "test"
-    continueOnError: true # test-bundled-gems is failing on trunk by power_assert now. TODO: remove this once it gets green
 
 - job: macOS
   pool:
@@ -51,7 +50,6 @@ jobs: https://github.com/ruby/ruby/blob/trunk/azure-pipelines.yml#L50
   - script: |
       make $(task)
     displayName: "test"
-    continueOnError: true # test-bundled-gems is failing on trunk by power_assert now. TODO: remove this once it gets green
 
 # - job: vs2015
 #   pool:
Index: gems/bundled_gems
===================================================================
--- gems/bundled_gems	(revision 67339)
+++ gems/bundled_gems	(revision 67340)
@@ -1,7 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/gems/bundled_gems#L1
 did_you_mean 1.3.0 https://github.com/yuki24/did_you_mean
 minitest 5.11.3 https://github.com/seattlerb/minitest
 net-telnet 0.2.0 https://github.com/ruby/net-telnet
-power_assert 1.1.3 https://github.com/k-tsj/power_assert
+power_assert 1.1.4 https://github.com/k-tsj/power_assert
 rake 12.3.2 https://github.com/ruby/rake
 test-unit 3.2.9 https://github.com/test-unit/test-unit
 xmlrpc 0.3.0 https://github.com/ruby/xmlrpc

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

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