Update WPT test expectations for --release builds

This commit is contained in:
Matt Brubeck 2015-07-23 20:04:17 -07:00
parent b386d7ae44
commit 859f99d5e8
2 changed files with 7 additions and 0 deletions

View file

@ -242,6 +242,8 @@ class MachCommands(CommandBase):
os.environ["hosts_file_path"] = hosts_file_path os.environ["hosts_file_path"] = hosts_file_path
kwargs["debug"] = not kwargs["release"]
run_file = path.abspath(path.join("tests", "wpt", "run_wpt.py")) run_file = path.abspath(path.join("tests", "wpt", "run_wpt.py"))
run_globals = {"__file__": run_file} run_globals = {"__file__": run_file}
execfile(run_file, run_globals) execfile(run_file, run_globals)

View file

@ -0,0 +1,5 @@
[Image-constructor.html]
type: testharness
[Image and HTMLImageElement share a prototype]
expected:
if not debug: FAIL