From ff1d6e8472ad25a91b857b48cc1ff128ab5195bd Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Tue, 10 Dec 2019 16:26:15 +0900 Subject: [PATCH] Enable tests again which failed on 3.8.0 but now succeeds on 3.9.0 --- rubygem-rspec-core.spec | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/rubygem-rspec-core.spec b/rubygem-rspec-core.spec index f1a0d0e..af1c738 100644 --- a/rubygem-rspec-core.spec +++ b/rubygem-rspec-core.spec @@ -110,22 +110,6 @@ FAILFILE+=("spec/rspec/core/runner_spec.rb") FAILTEST+=("if drb server is started with 127.0.0.1") FAILFILE+=("spec/rspec/core/runner_spec.rb") FAILTEST+=("if drb server is started with localhost") -%if 0 -# 3.8.0, ignore for now -FAILFILE+=("spec/rspec/core/bisect/server_spec.rb") -FAILTEST+=("receives suite results") -FAILFILE+=("spec/rspec/core/bisect/server_spec.rb") -FAILTEST+=("aborts as soon as the last expected failure finishes") -FAILFILE+=("spec/rspec/core/bisect/server_spec.rb") -FAILTEST+=("aborts after an expected failure") -# 3.8.0, ignore for now -FAILFILE+=("spec/integration/bisect_runners_spec.rb") -FAILTEST+=("honors.*run_all_when_everything_filtered") -FAILFILE+=("spec/integration/bisect_runners_spec.rb") -FAILTEST+=("raises BisectFailedError") -FAILFILE+=("spec/integration/bisect_runners_spec.rb") -FAILTEST+=("runs the specs in an isolated environment") -%endif # New from 3.9.0 FAILFILE+=("spec/integration/spec_file_load_errors_spec.rb") FAILTEST+=("prints a single error when it happens")