Closed
Bug 1092165
Opened 11 years ago
Closed 9 years ago
Move SharedTypedArray tests from js/src/tests to js/src/jit-test
Categories
(Core :: JavaScript Engine, defect, P2)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: lth, Assigned: lth)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
2.12 KB,
patch
|
Details | Diff | Splinter Review |
In js/src/tests they are flagged as shell-only (maybe because they are Nightly-only?), so they won't be run on Try, nor during our normal dev testing.
There may be a reason why they are in js/src/tests in the first place, but most likely they are there just because the typedarray tests are there.
| Assignee | ||
Updated•11 years ago
|
Blocks: shared-array-buffer
| Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8514991 -
Flags: review?(jdemooij)
Comment 2•11 years ago
|
||
Why can't they just be marked as not shell-only?
| Assignee | ||
Comment 3•11 years ago
|
||
(In reply to Jeff Walden [:Waldo] (remove +bmo to email) from comment #2)
> Why can't they just be marked as not shell-only?
I don't know.
Jandem suggested I move them, so I offered a patch that does, without thinking much about how I could change the tests to make them useful where they are. I'm going to remove the review request and reconsider.
| Assignee | ||
Updated•11 years ago
|
Attachment #8514991 -
Flags: review?(jdemooij)
| Assignee | ||
Comment 4•11 years ago
|
||
(In reply to Lars T Hansen [:lth] from comment #3)
> (In reply to Jeff Walden [:Waldo] (remove +bmo to email) from comment #2)
> > Why can't they just be marked as not shell-only?
>
> I don't know.
See bug 1094269 for motivation.
| Assignee | ||
Comment 5•9 years ago
|
||
SharedTypedArray is gone but the remaining test cases are about SharedArrayBuffer and really should be changed (somehow) so that they are properly run.
(It could be that they are shell-only because SharedArrayBuffer is not yet available in all channels but that seems feeble.)
Priority: -- → P2
| Assignee | ||
Comment 6•9 years ago
|
||
Also bug 1094269 was closed as WONTFIX because test infra evolved to make the point moot.
Will investigate whether shell-only qualifier can be removed from tests in question, then be done here.
| Assignee | ||
Comment 7•9 years ago
|
||
Probably some confusion, or code that has since changed: the qualifier on the file does not prevent testing on 'try'. I added a bug in the file and pushed to try, and it fails as it should:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=cb80d44acac4
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•