Closed
Bug 1203963
Opened 10 years ago
Closed 10 years ago
Missing tests in syntax-error-illegal-character.js files
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla43
| Tracking | Status | |
|---|---|---|
| firefox43 | --- | fixed |
People
(Reporter: anba, Assigned: arai)
Details
Attachments
(2 files, 1 obsolete file)
|
1.33 KB,
patch
|
Waldo
:
review+
|
Details | Diff | Splinter Review |
|
15.80 KB,
patch
|
Waldo
:
review+
|
Details | Diff | Splinter Review |
js/src/jit-test/basic/syntax-error-illegal-character.js
- There is no call to the test_syntax() function in this file.
js/src/jit-test/asm.js/syntax-error-illegal-character.js
- This file is empty except for the |jit-test| line.
http://hg.mozilla.org/mozilla-central/rev/4f87d8225c7a
| Assignee | ||
Comment 1•10 years ago
|
||
Thank you for catching this.
js/src/jit-test/asm.js/syntax-error-illegal-character.js should be removed, all tests there were merged to js/src/jit-test/lib/syntax.js.
I'll prepare patch shortly.
| Assignee | ||
Comment 2•10 years ago
|
||
Now Reflect.parse requires module option to parse export/import, so added it to test for export/import.
Assignee: nobody → arai.unmht
Attachment #8660002 -
Flags: review?(jwalden+bmo)
| Assignee | ||
Comment 3•10 years ago
|
||
I overlooked those changes while rebasing.
Moved to jit-test/tests/parser as others are there.
Green on try run: https://treeherder.mozilla.org/#/jobs?repo=try&revision=07c0b5130452
Attachment #8660004 -
Flags: review?(jwalden+bmo)
| Assignee | ||
Comment 4•10 years ago
|
||
Removed test_no_* function and changed to pass options directly :)
Attachment #8660002 -
Attachment is obsolete: true
Attachment #8660002 -
Flags: review?(jwalden+bmo)
Attachment #8661459 -
Flags: review?(jwalden+bmo)
Updated•10 years ago
|
Attachment #8661459 -
Flags: review?(jwalden+bmo) → review+
Updated•10 years ago
|
Attachment #8660004 -
Flags: review?(jwalden+bmo) → review+
Comment 6•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/d3dad76b9080
https://hg.mozilla.org/mozilla-central/rev/48876dcd455e
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla43
You need to log in
before you can comment on or make changes to this bug.
Description
•