Closed
Bug 763348
Opened 12 years ago
Closed 12 years ago
assertion errors in worker tests
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla16
People
(Reporter: Benjamin, Assigned: Benjamin)
Details
Attachments
(1 file)
909 bytes,
patch
|
jorendorff
:
review+
|
Details | Diff | Splinter Review |
$ ./configure --enable-debug --disable-optimize --enable-threadsafe --with-system-nspr
$ tests/jstests.py _DBG.OBJ/js worker -o
rc = 0, run time = 0.034421
PASSED! worker-error
jstest: undefined bug: result: PASSED type: shell description: worker-error reason:
rc = 0, run time = 0.052837
PASSED! worker-init
jstest: undefined bug: result: PASSED type: shell description: worker-init reason:
rc = -11, run time = 0.049652
Assertion failure: JSVAL_IS_DOUBLE(v), at ../../jsapi.h:1927
REGRESSION - js1_8_5/extensions/worker-terminate.js
rc = -11, run time = 0.064559
Assertion failure: JSVAL_IS_DOUBLE(v), at ../../jsapi.h:1927
REGRESSION - js1_8_5/extensions/worker-fib.js
rc = 0, run time = 0.063370
PASSED! worker-simple
jstest: undefined bug: result: PASSED type: shell description: worker-simple reason:
rc = 0, run time = 0.059212
PASSED! typeof event.message
jstest: undefined bug: result: PASSED type: shell description: typeof event.message reason:
rc = 6, run time = 1.040414
--- NOTE: IN THIS TESTCASE, WE EXPECT EXIT CODE 6 ---
Script runs for too long, terminating.
REGRESSIONS
js1_8_5/extensions/worker-terminate.js
js1_8_5/extensions/worker-fib.js
FAIL
Assignee | ||
Comment 1•12 years ago
|
||
Looks like a simple oversight. (Are the tests for this thing never run?)
Attachment #632083 -
Flags: review?(jorendorff)
Assignee | ||
Comment 2•12 years ago
|
||
Evidently bustage from bug 697537.
Updated•12 years ago
|
Attachment #632083 -
Flags: review?(jorendorff) → review+
Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 3•12 years ago
|
||
Assignee: general → bpeterson
Flags: in-testsuite+
Keywords: checkin-needed
Target Milestone: --- → mozilla16
Comment 4•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•