Closed Bug 1020392 Opened 10 years ago Closed 10 years ago

NameError: global name 'manifest' is not defined in wptrunner.py:333

Categories

(Firefox OS Graveyard :: Certification Suite, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: ato, Unassigned)

Details

% runcertsuite --list-tests
Tests available:
cert:omni-analyzer
cert:webapi
Traceback (most recent call last):
  File "/usr/local/bin/wptrunner", line 8, in <module>
    load_entry_point('wptrunner==0.3.7', 'console_scripts', 'wptrunner')()
  File "/Library/Python/2.7/site-packages/wptrunner-0.3.7-py2.7.egg/wptrunner/wptrunner.py", line 602, in main
    list_test_groups(**kwargs)
  File "/Library/Python/2.7/site-packages/wptrunner-0.3.7-py2.7.egg/wptrunner/wptrunner.py", line 453, in list_test_groups
    test_loader = TestLoader(tests_root, metadata_root, TestFilter(), run_info)
  File "/Library/Python/2.7/site-packages/wptrunner-0.3.7-py2.7.egg/wptrunner/wptrunner.py", line 320, in __init__
    self.manifest = self.load_manifest()
  File "/Library/Python/2.7/site-packages/wptrunner-0.3.7-py2.7.egg/wptrunner/wptrunner.py", line 333, in load_manifest
    return manifest.load(self.manifest_path)
NameError: global name 'manifest' is not defined
Traceback (most recent call last):
  File "/usr/local/bin/runcertsuite", line 8, in <module>
    load_entry_point('fxos-certsuite==0.1', 'console_scripts', 'runcertsuite')()
  File "/Library/Python/2.7/site-packages/fxos_certsuite-0.1-py2.7.egg/certsuite/harness.py", line 260, in main
    return list_tests(args, config)
  File "/Library/Python/2.7/site-packages/fxos_certsuite-0.1-py2.7.egg/certsuite/harness.py", line 208, in list_tests
    for test, group in iter_test_lists(config["suites"]):
  File "/Library/Python/2.7/site-packages/fxos_certsuite-0.1-py2.7.egg/certsuite/harness.py", line 53, in iter_test_lists
    print >> sys.stderr("Failed to run command %s" % " ".join(cmd))
TypeError: 'file' object is not callable
Summary: NameError: global name 'manifest' is not defined in wptrunner:333 → NameError: global name 'manifest' is not defined in wptrunner.py:333
Fixed by jgraham in 37325af5b41f8f1ef60e006acbe0c895707429f7 on jgraham/touch_events.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.