Closed kasperl closed 9 years ago
Removed Priority-Medium label. Added Priority-High, Accepted labels.
Set owner to @kasperl.
I've briefly looked into these failures. Maybe I'm wrong, but it looks like we never ran the samples tests on frog because at least swarm doesn't seem to run correctly on IE (needs applicationCache support).
My current theory is that most of the timeouts on the language tests are due us crashing while dealing with thrown exceptions (so the test runner framework never gets the signal that we're done), but I think we've improved this with the recent changes to unwrapException and objectToString.
Early next week, I'll run through the tests and try to stop skipping them again.
cc @rakudrama.
We now do not skip any tests, but a bunch of tests are still failing. They should be categorized.
Removed Priority-High label. Added Priority-Medium label. Changed the title to: "Categorize tests that fail on IE".
A couple tests marked fail with this bug (lib/view/view_test and lib/layout/layout_test) now pass on IE and Safari after a fix (https://chromiumcodereview.appspot.com/10544076/diff/8001/samples/ui_lib/view/view.dart). swarm_test also runs on Safari.
I hit this running the Swarm app itself with Dart2JS on Safari. The fix makes it work. It's surprising to me that Swarm ever ran with Frog on Safari (it did at some point). Perhaps a difference in short circuited &&?
Just fixed 10 IE tests by expanding the NoSuchMethodException detection (IE prints a slightly different error message) https://chromiumcodereview.appspot.com//10882004
Needs investigation.