Closed Bug 1030724 Opened 12 years ago Closed 12 years ago

jstests are broken when run from the command line

Categories

(Core :: JavaScript Engine, defect)

defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1030730

People

(Reporter: jonco, Unassigned)

References

Details

I get the following error when I try and run the jstests: ~/work/dev2/js/src$ ./tests/jstests.py default-opt-build/shell Traceback (most recent call last): File "./tests/jstests.py", line 324, in <module> sys.exit(main()) File "./tests/jstests.py", line 282, in main skip_list, test_list = load_tests(options, requested_paths, excluded_paths) File "./tests/jstests.py", line 224, in load_tests xul_info = manifest.XULInfo.create(options.js_shell) File "/Users/jon/work/dev2/js/src/tests/lib/manifest.py", line 78, in create return cls(**kw) TypeError: __init__() takes exactly 4 arguments (3 given) This seems to be due to bug 1029059 which removed TARGET_ABI from js/src/configure.in.
My mistake, I completely overlooked the TARGET_XPCOM_ABI stuff in js/src/tests/ when doing my greps.
Note bug 1030730, which has a fix?
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.