mirror of
https://github.com/servo/servo.git
synced 2025-06-21 15:49:04 +01:00
Update WPT test expectations for --release builds
This commit is contained in:
parent
b386d7ae44
commit
859f99d5e8
2 changed files with 7 additions and 0 deletions
|
@ -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)
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
[Image-constructor.html]
|
||||||
|
type: testharness
|
||||||
|
[Image and HTMLImageElement share a prototype]
|
||||||
|
expected:
|
||||||
|
if not debug: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue