dart-archive / angular.dart

Legacy source repository. See github.com/dart-lang/angular
https://webdev.dartlang.org/angular/
1.25k stars 248 forks source link

Sauce Labs Are Flaky #1467

Open vsavkin opened 10 years ago

vsavkin commented 10 years ago

The Sauce Labs service has always been a bit flaky. But since now we are trying to run our tests not just in Chrome, but also in Safari, IE, and Firefox, the issue has become more serious -- almost every single test run fails.

Example: https://travis-ci.org/angular/angular.dart/jobs/35452111

chirayuk commented 10 years ago

cc: @chirayuk

vicb commented 10 years ago

+1 to fix the "big flaky"

vsavkin commented 10 years ago

@vicb fixed the typo :)

vicb commented 10 years ago

I liked the previous version better :)

TODO: re-enable Safari tests once this gets fixed

OzzieOrca commented 10 years ago

I would appreciate this. I had AngularDart 1.0.0 throw an error in Safari 7.0 and below and IE 11 when rendering one of my components. I finally figured it out and details are here: https://github.com/angular/angular.dart/issues/1572. It would be nice to catch more browser bugs though