Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jruby/jruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c74057f21a6a
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 778895814616
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jul 22, 2016

  1. Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    1ec8820 View commit details
  2. Copy the full SHA
    7788958 View commit details
Showing with 8 additions and 18 deletions.
  1. +7 −15 lib/ruby/truffle/jruby+truffle/lib/truffle/actionpack_exclusions.yaml
  2. +1 −3 test/truffle/ecosystem/batch.yaml
Original file line number Diff line number Diff line change
@@ -47,17 +47,13 @@ CookiesTest:
- test_legacy_json_signed_cookie_is_read_and_transparently_upgraded_by_signed_json_cookie_jar_if_both_secret_token_and_secret_key_base_are_set
- test_legacy_json_signed_cookie_is_read_and_transparently_upgraded_by_signed_json_hybrid_jar_if_both_secret_token_and_secret_key_base_are_set
- test_legacy_signed_cookie_is_read_and_transparently_upgraded_by_signed_cookie_jar_if_both_secret_token_and_secret_key_base_are_set
- test_wrapped_encrypted_cookie_using_json_serializer
- test_encrypted_cookie_using_json_serializer
- test_wrapped_encrypted_cookie_using_json_serializer # fails on CI
- test_encrypted_cookie_using_json_serializer # fails on CI
DebugExceptionsTest:
- test_debug_exceptions_app_shows_user_code_that_caused_the_error_in_source_view
- test_display_backtrace_on_template_missing_errors
- test_display_backtrace_when_error_type_is_SyntaxError
- test_display_backtrace_when_error_type_is_SyntaxError_wrapped_by_ActionView
- test_displays_request_and_response_info_when_a_RoutingError_occurs
- test_rescue_with_diagnostics_message
- test_rescue_with_text_error_for_xhr_request
- test_show_registered_original_exception_for_wrapped_exceptions
- test_display_backtrace_when_error_type_is_SyntaxError_wrapped_by_ActionView::Template::Error
TestRoutingMapper:
- test_redirect_modulo
@@ -72,22 +68,18 @@ CookieStoreTest:
- test_deserializes_unloaded_classes_on_get_id
- test_deserializes_unloaded_classes_on_get_value
StaticTest:
- test_serves_gzip_files_when_header_set
- test_serves_gzip_with_propper_content_type_fallback
- test_serves_gzip_files_when_header_set # fails on travis
- test_serves_gzip_with_propper_content_type_fallback # fails on travis
StaticEncodingTest:
- test_serves_gzip_files_when_header_set
- test_serves_gzip_with_propper_content_type_fallback
- test_serves_gzip_files_when_header_set # fails on travis
- test_serves_gzip_with_propper_content_type_fallback # fails 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_abort_with_full_buffer # hangs sometimes
- test_async_stream # intermittent on travis
- test_stale_without_etag # hangs sometimes
- test_async_stream # fails on travis
ApplicationIntegrationTest:
- test_missing_route_helper_after_controller_access
- test_missing_route_helper_before_controller_access
HttpDigestAuthenticationTest:
- authentication_request_with_invalid_realm # hangs sometimes
4 changes: 1 addition & 3 deletions test/truffle/ecosystem/batch.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
---
# TODO (pitr-ch 19-Jul-2016): reenable after tests stop randomly hanging
# - actionpack

- actionpack
- activesupport
- activemodel
- algebrick