Commit Graph

7 Commits

Author SHA1 Message Date
Bob Nystrom db06324975 Remove temp code to ignore "--failure-summary".
Now that the BuildBots aren't passing it, we don't need to accept it.

R=whesse@google.com

Review-Url: https://codereview.chromium.org/2916123002 .
2017-06-01 15:45:55 -07:00
William Hesse 0695b1db3a Remove package root target and support scripts
BUG=https://github.com/dart-lang/sdk/issues/23565
R=kustermann@google.com

Review URL: https://codereview.chromium.org/2346163005 .
2016-09-20 13:32:50 +02:00
William Hesse 634e5a1d02 Refs #25328 Use a portable shebang
BSD systems don't place bash in /bin and a lot of the dart tools
hardcode a #!/bin/bash shebang that fails the 'all' target build
(not able to execute dart2js since the interpreter is not found).

Solve the issue by using #!/usr/bin/env as the shebang. For scripts
that need to pass arguments to bash modify the script to use the set
command as the first executed line of shell.

BUG=
R=whesse@google.com

Review URL: https://codereview.chromium.org/1552313002 .
2016-01-05 16:26:28 +01:00
whesse@google.com 5d09bec212 Test scripts: correctly copy packages directory in Android testing.
BUG=
R=ricow@google.com

Review URL: https://codereview.chromium.org//464323002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39196 260f80e4-7a28-3924-810f-c04153c831b5
2014-08-13 13:26:43 +00:00
whesse@google.com 4431b50125 Browser testing: Run android content shell tests on hosts with multiple devices connected.
The adb_reverse_forwarder.py script in [dartium]/build/android/ needs the --all-devices option added. We will also try to upstream this flag to chromium.
This change makes the test host reinstall the ContentShell apk on the device each time the device is restarted due to timeout or periodic reset, which takes about 10 seconds, but this is simpler and more like the existing behavior with android chrome.

R=ricow@google.com

Review URL: https://codereview.chromium.org//467643002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39142 260f80e4-7a28-3924-810f-c04153c831b5
2014-08-12 14:40:26 +00:00
whesse@google.com 853f542368 Update test status for ContentShellOnAndroid
BUG=dartbug.com/19127
R=ricow@google.com

Review URL: https://codereview.chromium.org//342643003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@37440 260f80e4-7a28-3924-810f-c04153c831b5
2014-06-18 09:12:40 +00:00
whesse@google.com d24f67cae1 Add ContentShell tests to dartium android builder.
BUG=

Closing issue because we will commit a much cleaner version, supporting multiple phones and not including a shell script.

R=ricow@google.com

Review URL: https://codereview.chromium.org//200193004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@36739 260f80e4-7a28-3924-810f-c04153c831b5
2014-05-28 14:06:10 +00:00