Skip to content

Commit

Permalink
Give up on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton committed Aug 7, 2017
1 parent f7452fe commit fda7129
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 52 deletions.
44 changes: 0 additions & 44 deletions .travis.yml

This file was deleted.

10 changes: 5 additions & 5 deletions lib/truffleruby-tool/lib/actionpack_exclusions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,16 @@ CookieStoreTest:
- test_deserializes_unloaded_classes_on_get_id
- test_deserializes_unloaded_classes_on_get_value
StaticTest:
- test_serves_gzip_files_when_header_set # fails on travis
- test_serves_gzip_with_propper_content_type_fallback # fails on travis
- test_serves_gzip_files_when_header_set # failed on travis
- test_serves_gzip_with_propper_content_type_fallback # failed on travis
StaticEncodingTest:
- test_serves_gzip_files_when_header_set # fails on travis
- test_serves_gzip_with_propper_content_type_fallback # fails on travis
- test_serves_gzip_files_when_header_set # failed on travis
- test_serves_gzip_with_propper_content_type_fallback # failed on travis
TestGenerationPrefix::WithMountedEngine:
- test_[ENGINE]_absolute_path_redirect_doesn't_use_SCRIPT_NAME_from_request
- test_[ENGINE]_absolute_path_root_doesn't_use_SCRIPT_NAME_from_request
- test_[ENGINE]_relative_path_redirect_uses_SCRIPT_NAME_from_request
ActionController::LiveStreamTest:
- test_exception_callback_when_committed
- test_async_stream # fails on travis
- test_async_stream # failed on travis
- test_abort_with_full_buffer # fails intermittently on CI
2 changes: 1 addition & 1 deletion test/mri/excludes/TestGc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
exclude :test_singleton_method, "needs investigation"
exclude :"test_gc_disabled_start", "needs investigation"
exclude :"test_interrupt_in_finalizer", "needs investigation"
exclude :test_vm_object, "times out on Travis"
exclude :test_vm_object, "timed out on Travis - needs new investigation"
2 changes: 1 addition & 1 deletion test/mri/standard.exclude
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ socket/test_sockopt.rb
socket/test_tcp.rb
socket/test_udp.rb
socket/test_unix.rb
thread/test_queue.rb # possible issue on Travis
thread/test_queue.rb # possible issue on Travis - needs to be tried again
zlib/test_zlib.rb
ruby/enc/test_euc_jp.rb # invalid multibyte char (EUC-JP)
ruby/enc/test_windows_1251.rb
Expand Down
1 change: 0 additions & 1 deletion tool/jt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,6 @@ def test_specs(command, *args)
end

if ENV['CI']
# Need lots of output to keep Travis happy
options += %w[--format specdoc]
end

Expand Down

0 comments on commit fda7129

Please sign in to comment.