Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
bug 839707 - reftest-no-accel configs for windows. r=rail
Browse files Browse the repository at this point in the history
  • Loading branch information
escapewindow committed Feb 11, 2013
1 parent 8489208 commit e459ed5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion configs/unittests/win_unittest.py
Expand Up @@ -67,6 +67,8 @@
"reftest": ["tests/reftest/tests/layout/reftests/reftest.list"],
"crashtest": ["tests/reftest/tests/testing/crashtest/crashtests.list"],
"jsreftest": ["--extra-profile-file=tests/jsreftest/tests/user.js", "tests/jsreftest/tests/jstests.list"],
"reftest-no-accel": ["--setpref=gfx.direct2d.disabled=true", "--setpref=layers.acceleration.disabled=true",
"tests/reftest/tests/layout/reftests/reftest.list"],
},
"all_xpcshell_suites": {
"xpcshell": ["--manifest=tests/xpcshell/tests/all-test-dirs.list",
Expand Down Expand Up @@ -96,7 +98,7 @@
"enabled": ADJUST_MOUSE_AND_SCREEN
},
],
"repos": [{"repo": "http://hg.mozilla.org/build/tools",}],
"repos": [{"repo": "http://hg.mozilla.org/build/tools"}],
"minidump_stackwalk_path": "%(abs_work_dir)s/tools/breakpad/win32/minidump_stackwalk.exe",
"minidump_save_path": "%(abs_work_dir)s/../minidumps",
}

0 comments on commit e459ed5

Please sign in to comment.