Bug 18988
| Summary: | SquirrelFish: Fix run-webkit-tests --threaded | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Oliver Hunt <oliver> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | ap, ggaren, mjs, zwarich |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Mac | ||
| OS: | OS X 10.5 | ||
| Bug Depends on: | |||
| Bug Blocks: | 18631 | ||
Oliver Hunt
run-webkit-tests --threaded failson every test, for some reason we end up with JSEvaluateScript called by the threading tests returning an exception, and my attempts to debug have so far failed :-(
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
What revision of trunk is SF currently based on? If it's earlier than 32652, you should probably rebase to that.
Oliver Hunt
Woo! this works now!