-
-
Notifications
You must be signed in to change notification settings - Fork 925
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: 87a0e738a554
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b601ce5bf0d8
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 4 commits
- 3 files changed
- 1 contributor
Commits on Jan 8, 2018
-
Exclude these pesky thread+signal specs.
I am not convinced the intermittent failures here indicate an issue in JRuby. Rather, I suspect there's a race, since these tests involve setting up a signal handler, signalling INT from a thread, and joining in both main and the handler itself. However I have been unable to come up a reason for the race, so I have filed #4956 to track this exclusion. An example script, which should run forever but dies: ```ruby loop { Signal.trap(:INT, "DEFAULT") t0 = Thread.current t = Thread.new {Thread.pass until t0.stop?; Process.kill(:INT, $$)} Signal.trap :INT do t.join end t.join print '.' } ```
Configuration menu - View commit details
-
Copy full SHA for e2206af - Browse repository at this point
Copy the full SHA e2206afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6983b58 - Browse repository at this point
Copy the full SHA 6983b58View commit details -
Try disabling compressed OOPs to pass the ripper rlimit test.
Configuration menu - View commit details
-
Copy full SHA for d2f4f0c - Browse repository at this point
Copy the full SHA d2f4f0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b601ce5 - Browse repository at this point
Copy the full SHA b601ce5View commit details
There are no files selected for viewing