Closed
Bug 1189210
Opened 10 years ago
Closed 3 months ago
Error when running jstests with -g flag: TypeError: 'generator' object has no attribute '__getitem__'
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: fitzgen, Unassigned)
Details
$ JS_GC_ZEAL=7 ./js/src/tests/jstests.py obj-spidermonkey-debug.noindex/dist/bin/js s1_8_5/extensions/clone-complex-object.js --args "--baseline-eager" -g
Traceback (most recent call last):
File "./js/src/tests/jstests.py", line 386, in <module>
sys.exit(main())
File "./js/src/tests/jstests.py", line 360, in main
cmd = test_gen[0].get_command(RefTestCase.js_cmd_prefix)
TypeError: 'generator' object has no attribute '__getitem__'
$ python --version
Python 2.7.5
The test runs fine if I remove the -g flag, although I can't debug my assertion failure ;)
ni? sfink, b/c it seems like you know all about all of the scripts.
Flags: needinfo?(sphink)
Reporter | ||
Updated•9 years ago
|
Flags: needinfo?(sphink)
Updated•3 years ago
|
Severity: normal → S3
Updated•3 months ago
|
Status: NEW → RESOLVED
Closed: 3 months ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•