Vijay Menon
a7f53aca4d
Mark canary as failing
...
Looks like a test (audiocontext) is behaving different on stable vs canary.
TBR=jmesserly@google.com ,alanknight@google.com
Review URL: https://codereview.chromium.org/2444773003 .
2016-10-24 09:10:36 +02:00
Vijay Menon
8846988b1d
Travis / chrome fixes
...
- Use google-chrome-stable by default
- Use google-chrome-unstable as Canary (instead of trying to determine last-known-good-revision - we has issues with that yesterday)
- Test chrome stable and unstable separately on travis
Try bot:
https://travis-ci.org/dart-lang/sdk/builds/165541943
R=kevmoo@google.com
Review URL: https://codereview.chromium.org/2396433007 .
2016-10-06 08:33:06 -07:00
Vijay Menon
68d2121fd0
Use .packages instead of pubspec.yaml
...
This runs tests against sdk versions of packages instead of whatever
random version we have in pubspec.yaml.
Travis may be unhappy with the lack of a pubspec.yaml. Here's the try:
https://travis-ci.org/dart-lang/sdk/builds/163270204
R=jmesserly@google.com , rnystrom@google.com
Review URL: https://codereview.chromium.org/2371113004 .
2016-09-28 09:49:31 -07:00
Vijay Menon
1305077353
Allow full builds to fail on travis for now
...
This may be related to ongoing VM build work.
TBR=jmesserly@google.com
Review URL: https://codereview.chromium.org/2362213003 .
2016-09-23 08:42:26 -07:00
Vijay Menon
9732138317
Testing support for FF and Safari
...
Also travis support for testing FF. See:
https://travis-ci.org/dart-lang/sdk/builds/159331789
On FF 48, 1965 out of 1979 tests are passing. Run locally:
DDC_BROWSERS=Firefox npm test
On Safari 10 (tech preview), it fails immediately due to a static method named "caller". We disallow it as a field, but not a method right now. If I hack that out, 1972 out of 1979 tests appear to pass.
Run locally by installing tech preview and running:
DDC_BROWSERS=Safari SAFARI_BIN=/Applications/Safari\ Technology\ Preview.app/Contents/MacOS/Safari\ Technology\ Preview npm test
R=jmesserly@google.com , rnystrom@google.com
Review URL: https://codereview.chromium.org/2334763002 .
2016-09-14 08:41:43 -07:00
John Messerly
bdf38439e9
fix DDC travis mails, take 3
...
Review URL: https://codereview.chromium.org/2318283003 .
2016-09-07 14:11:26 -07:00
John Messerly
5968e2b9e9
configure travis notifications for DDC, take 2
...
deletes the obsolete travis.yml file
R=vsm@google.com
Review URL: https://codereview.chromium.org/2316983003 .
2016-09-07 11:57:23 -07:00
Vijay Menon
b220f63954
Travis config
...
See try-run here: https://travis-ci.org/dart-lang/sdk/builds/156699868
R=kevmoo@google.com
Review URL: https://codereview.chromium.org/2301833002 .
2016-09-01 08:33:50 -07:00