1
1
alias alias-update=". $BASH_CONFIG_DIR/aliases"
2
2
alias aliasupdate="alias-update"
3
3
alias b='time PATH=~/goma:$PATH `ninja-detect-goma` -C out/Release chrome && r || notify-fail'
4
- alias bb ='build-all && r || notify-fail'
4
+ alias ball ='build-all && r || notify-fail'
5
5
alias bbt-='time PATH=~/goma:$PATH `ninja-detect-goma` -C out/Release browser_tests && xvfb-run -s "-screen 0 1024x768x24" out/Release/browser_tests --gtest_filter="*xxx*" || notify-fail'
6
6
alias bbt-ExtensionServiceWorkerBrowserTest='time PATH=~/goma:$PATH `ninja-detect-goma` -C out/Release browser_tests && xvfb-run -s "-screen 0 1024x768x24" out/Release/browser_tests --gtest_filter="*ExtensionServiceWorkerBrowserTest*" || notify-fail'
7
7
alias bbt-ExtensionServiceWorkerBrowserTest-SendOnLaunched='time PATH=~/goma:$PATH `ninja-detect-goma` -C out/Release browser_tests && xvfb-run -s "-screen 0 1024x768x24" out/Release/browser_tests --gtest_filter="*ExtensionServiceWorkerBrowserTest*SendOnLaunched*" --gtest_also_run_disabled_tests || notify-fail'
@@ -16,7 +16,7 @@ alias bct='time PATH=~/goma:$PATH `ninja-detect-goma` -C out/Release content_uni
16
16
alias bctd='time PATH=~/goma:$PATH `ninja-detect-goma` -C out/Debug content_unittests && xvfb-run -s "-screen 0 1024x768x24" out/Debug/content_unittests --gtest_filter="*Fullscreen*:*FullScreen*:*Presentation*:*MouseLock*:*PointerLock*" || notify-fail'
17
17
alias bcut-sw='time PATH=~/goma:$PATH `ninja-detect-goma` -C out/Release content_unittests && xvfb-run -s "-screen 0 1024x768x24" out/Release/content_unittests --gtest_filter="*ServiceWorker*:*EmbeddedWorker*" || notify-fail'
18
18
alias bd='time PATH=~/goma:$PATH `ninja-detect-goma` -C out/Debug chrome && rd || notify-fail'
19
- alias bdb='time PATH=~/goma:$PATH `ninja-detect-goma` -C out/Debug chrome content_unittests content_browsertests && rd || notify-fail'
19
+ alias bdall='build-alld && rd || notify-fail'
20
20
alias bdut='time PATH=~/goma:$PATH `ninja-detect-goma` -C out/Release device_unittests && out/Release/device_unittests --gtest_filter="*Bluetooth*" || notify-fail'
21
21
alias bdutd='time PATH=~/goma:$PATH `ninja-detect-goma` -C out/Debug device_unittests && out/Debug/device_unittests --gtest_filter="*Bluetooth*" || notify-fail'
22
22
alias bblink-layout='time PATH=~/goma:$PATH `ninja-detect-goma` -C out/Release blink_tests && blink/tools/run_layout_tests.sh bluetooth && notify'
@@ -31,6 +31,7 @@ alias bit-TransitionsForEachState='time PATH=~/goma:$PATH `ninja-detect-goma` -C
31
31
alias bitd='time PATH=~/goma:$PATH `ninja-detect-goma` -C out/Debug interactive_ui_tests && xvfb-run -s "-screen 0 1024x768x24" out/Debug/interactive_ui_tests --gtest_filter="*Fullscreen*:*FullScreen*:*Presentation*:*MouseLock*:*PointerLock*" || notify-fail'
32
32
alias bswall='build-all && bcut-sw && bcbt-sw && but-sw && bbt-sw && echo "bswall test suites ran OK." || notify-fail'
33
33
alias build-all='time PATH=~/goma:$PATH `ninja-detect-goma` -C out/Release chrome content_unittests content_browsertests device_unittests unit_tests browser_tests || notify-fail'
34
+ alias build-alld='time PATH=~/goma:$PATH `ninja-detect-goma` -C out/Debug chrome content_unittests content_browsertests device_unittests unit_tests browser_tests || notify-fail'
34
35
alias but-fs='time PATH=~/goma:$PATH `ninja-detect-goma` -C out/Release unit_tests && xvfb-run -s "-screen 0 1024x768x24" out/Release/unit_tests --gtest_filter="*Fullscreen*:*FullScreen*:*Presentation*:*MouseLock*:*PointerLock*" || notify-fail'
35
36
alias but-fs-DebugLogStateTables='time PATH=~/goma:$PATH `ninja-detect-goma` -C out/Release unit_tests && xvfb-run -s "-screen 0 1024x768x24" out/Release/unit_tests --gtest_filter="*DebugLogStateTables*" --gtest_also_run_disabled_tests || notify-fail'
36
37
alias but-fs-state='time PATH=~/goma:$PATH `ninja-detect-goma` -C out/Release unit_tests && xvfb-run -s "-screen 0 1024x768x24" out/Release/unit_tests --gtest_filter="*STATE*" --gtest_also_run_disabled_tests || notify-fail'
0 commit comments