Skip to content

Commit deaaa11

Browse files
committed
Fail layout tests fast.
1 parent accc928 commit deaaa11

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

aliases

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ alias balld2='time ninja -C out2/Debug chrome components_unittests content_unitt
1717
alias balld='time ninja -C out/Debug chrome components_unittests content_unittests content_browsertests device_unittests unit_tests browser_tests || notify-fail'
1818
alias ball='time ninja -C out/Release chrome components_unittests content_unittests content_browsertests device_unittests unit_tests browser_tests || notify-fail'
1919
alias ba='time ninja -C outa/Debug chrome_public_apk_incremental && da || notify-fail'
20-
alias bblink-layoutd-pointerlockfullscreen='time ninja -C out/Debug blink_tests && blink/tools/run_layout_tests.sh --debug pointer-lock http/tests/pointer-lock fullscreen http/tests/fullscreen fast/dom/navigator-detached-no-crash.html && notify'
21-
alias bblink-layoutd='time ninja -C out/Debug blink_tests && blink/tools/run_layout_tests.sh --debug bluetooth webexposed && notify'
22-
alias bblink-layout-pointerlockfullscreen='time ninja -C out/Release blink_tests && blink/tools/run_layout_tests.sh pointer-lock http/tests/pointer-lock fullscreen http/tests/fullscreen fast/dom/navigator-detached-no-crash.html && notify'
23-
alias bblink-layout='time ninja -C out/Release blink_tests && blink/tools/run_layout_tests.sh bluetooth webexposed && notify'
20+
alias bblink-layoutd-pointerlockfullscreen='time ninja -C out/Debug blink_tests && blink/tools/run_layout_tests.sh --no-retry-failures --time-out-ms=1000 --debug pointer-lock http/tests/pointer-lock fullscreen http/tests/fullscreen fast/dom/navigator-detached-no-crash.html && notify'
21+
alias bblink-layoutd='time ninja -C out/Debug blink_tests && blink/tools/run_layout_tests.sh --no-retry-failures --time-out-ms=1000 --debug bluetooth webexposed && notify'
22+
alias bblink-layout-pointerlockfullscreen='time ninja -C out/Release blink_tests && blink/tools/run_layout_tests.sh --no-retry-failures --time-out-ms=1000 pointer-lock http/tests/pointer-lock fullscreen http/tests/fullscreen fast/dom/navigator-detached-no-crash.html && notify'
23+
alias bblink-layout='time ninja -C out/Release blink_tests && blink/tools/run_layout_tests.sh --no-retry-failures --time-out-ms=1000 bluetooth webexposed && notify'
2424
alias bbt-bluetooth='time ninja -C out/Release browser_tests && xvfb-run -s "-screen 0 1024x768x24" out/Release/browser_tests --gtest_filter="*Bluetooth*" || notify-fail'
2525
alias bbtd-ExtensionServiceWorkerBrowserTest-SendOnLaunched='time ninja -C out/Debug browser_tests && xvfb-run -s "-screen 0 1024x768x24" out/Debug/browser_tests --gtest_filter="*ExtensionServiceWorkerBrowserTest*SendOnLaunched*" --gtest_also_run_disabled_tests || notify-fail'
2626
alias bbtd-ExtensionServiceWorkerBrowserTest='time ninja -C out/Debug browser_tests && xvfb-run -s "-screen 0 1024x768x24" out/Debug/browser_tests --gtest_filter="*ExtensionServiceWorkerBrowserTest*" --single_process || notify-fail'

0 commit comments

Comments
 (0)