dart-archive / dev_compiler

DEPRECATED - Moved to main SDK
https://github.com/dart-lang/sdk/tree/master/pkg/dev_compiler
Other
133 stars 27 forks source link

unittest tests are broken in karma runner #631

Closed jmesserly closed 8 years ago

jmesserly commented 8 years ago

as @vsmenon noticed, this seems to have been the case prior to our recent requirejs module change, but the breakage is more obvious now (actually reported as a failure).

Some of these tests (html ones?) are very fragile in Karma because they do a full page refresh and tend to corrupt the HTML page state.

for now I'm disabling these tests but we'll need to investigate them. What may make sense is to switch most of our tests to running in node, which would be a lot more debuggable and easy to isolate. We could then keep a handful of HTML ones.

vsmenon commented 8 years ago

This issue was moved to dart-lang/sdk#27261