Skip to content

Commit

Permalink
Update test expectations, remove webrender prefs/cmd line.
Browse files Browse the repository at this point in the history
  • Loading branch information
gw3583 committed Sep 28, 2016
1 parent f562c42 commit dd4827d
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 13 deletions.
2 changes: 1 addition & 1 deletion python/servo/package_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def package(self, release=False, dev=False, android=None, debug=False, debugger=
delete(dir_to_package + '/build/' + f)
print("Writing runservo.sh")
# TODO: deduplicate this arg list from post_build_commands
servo_args = ['-w', '-b',
servo_args = ['-b',
'--pref', 'dom.mozbrowser.enabled',
'--pref', 'dom.forcetouch.enabled',
'--pref', 'shell.builtin-key-shortcuts.enabled=false',
Expand Down
3 changes: 1 addition & 2 deletions python/servo/post_build_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,7 @@ def run(self, params, release=False, dev=False, android=None, debug=False, debug
# Convert to a relative path to avoid mingw -> Windows path conversions
browserhtml_path = path.relpath(browserhtml_path, os.getcwd())

args = args + ['-w',
'--pref', 'dom.mozbrowser.enabled',
args = args + ['--pref', 'dom.mozbrowser.enabled',
'--pref', 'dom.forcetouch.enabled',
'--pref', 'shell.builtin-key-shortcuts.enabled=false',
path.join(browserhtml_path, 'out', 'index.html')]
Expand Down
1 change: 0 additions & 1 deletion resources/android_params
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
# lines (the "-p" and "10" are separate even though they are related).

servo
-w
http://en.wikipedia.org/wiki/Rust
1 change: 0 additions & 1 deletion resources/package-prefs.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"dom.serviceworker.timeout_seconds": 60,
"dom.testable_crash.enabled": false,
"dom.testbinding.enabled": false,
"gfx.webrender.enabled": true,
"js.baseline.enabled": true,
"js.ion.enabled": true,
"js.asmjs.enabled": true,
Expand Down
1 change: 0 additions & 1 deletion resources/prefs.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"dom.serviceworker.timeout_seconds": 60,
"dom.testable_crash.enabled": false,
"dom.testbinding.enabled": false,
"gfx.webrender.enabled": false,
"js.baseline.enabled": true,
"js.ion.enabled": true,
"js.asmjs.enabled": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[css-filters-animation-brightness.htm]
type: reftest
expected: CRASH
expected: FAIL

This file was deleted.

This file was deleted.

0 comments on commit dd4827d

Please sign in to comment.