Skip to content

Commit 31ecd1c

Browse files
committed
bb -> ball and debug bdall and build-alld
1 parent 6f7f017 commit 31ecd1c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

aliases

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
alias alias-update=". $BASH_CONFIG_DIR/aliases"
22
alias aliasupdate="alias-update"
33
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'
55
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'
66
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'
77
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
1616
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'
1717
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'
1818
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'
2020
alias bdut='time PATH=~/goma:$PATH `ninja-detect-goma` -C out/Release device_unittests && out/Release/device_unittests --gtest_filter="*Bluetooth*" || notify-fail'
2121
alias bdutd='time PATH=~/goma:$PATH `ninja-detect-goma` -C out/Debug device_unittests && out/Debug/device_unittests --gtest_filter="*Bluetooth*" || notify-fail'
2222
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
3131
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'
3232
alias bswall='build-all && bcut-sw && bcbt-sw && but-sw && bbt-sw && echo "bswall test suites ran OK." || notify-fail'
3333
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'
3435
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'
3536
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'
3637
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

Comments
 (0)