Skip to content

Instantly share code, notes, and snippets.

@andreastt
Created October 22, 2014 16:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andreastt/c44ffd58b82629a5a849 to your computer and use it in GitHub Desktop.
Save andreastt/c44ffd58b82629a5a849 to your computer and use it in GitHub Desktop.
% wptrunner --metadata . --tests . --binary '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome' --processes 1 --product chrome --log-mach -
0:00.28 LOG: MainThread INFO Closing logging queue
Traceback (most recent call last):
File "/usr/local/bin/wptrunner", line 9, in <module>
load_entry_point('wptrunner==1.5', 'console_scripts', 'wptrunner')()
File "/Users/ato/Code/wptrunner/wptrunner/wptrunner.py", line 426, in main
return run_tests(**kwargs)
File "/Users/ato/Code/wptrunner/wptrunner/wptrunner.py", line 325, in run_tests
kwargs["manifest_update"])
File "/Users/ato/Code/wptrunner/wptrunner/testloader.py", line 268, in __init__
self.manifests = ManifestLoader(test_paths, force_manifest_update).load()
File "/Users/ato/Code/wptrunner/wptrunner/testloader.py", line 227, in load
**paths)
File "/Users/ato/Code/wptrunner/wptrunner/testloader.py", line 244, in load_manifest
manifest_file = manifest.load(manifest_path)
File "/Users/ato/Code/web-platform-tests/tools/scripts/manifest.py", line 732, in load
manifest = Manifest.from_json(json.load(f))
File "/Users/ato/Code/web-platform-tests/tools/scripts/manifest.py", line 350, in from_json
self.add(manifest_item)
File "/Users/ato/Code/web-platform-tests/tools/scripts/manifest.py", line 254, in add
self._data[item.item_type][item.path].add(item)
File "/Users/ato/Code/web-platform-tests/tools/scripts/manifest.py", line 124, in path
return url_to_rel_path(self.url, self.url_base)
File "/Users/ato/Code/web-platform-tests/tools/scripts/manifest.py", line 61, in url_to_rel_path
raise ValueError, url
ValueError: 2dcontext/building-paths/canvas_complexshapes_arcto_001-ref.htm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment