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

ruby-changes:58510

From: Hiroshi <ko1@a...>
Date: Thu, 31 Oct 2019 08:40:08 +0900 (JST)
Subject: [ruby-changes:58510] e08f2e47e3 (master): Also ignore mswin platform

https://git.ruby-lang.org/ruby.git/commit/?id=e08f2e47e3

From e08f2e47e302db71621cfe2e770c087a5cf5146d Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Thu, 31 Oct 2019 06:57:06 +0900
Subject: Also ignore mswin platform


diff --git a/test/racc/helper.rb b/test/racc/helper.rb
index c2b2014..2862a79 100644
--- a/test/racc/helper.rb
+++ b/test/racc/helper.rb
@@ -87,7 +87,7 @@ module Racc https://github.com/ruby/ruby/blob/trunk/test/racc/helper.rb#L87
 
     def assert_output_unchanged(asset)
       # racc generates the difference results in GitHub Actions
-      omit if RUBY_PLATFORM =~ /linux/
+      omit unless RUBY_PLATFORM =~ /darwin/
 
       file = File.basename(asset, '.y')
 
-- 
cgit v0.10.2


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

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