Reapply r44240 "fix deferred_multi_app test and change test status to reflect dartium fix"

TBR=jacobr@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@44350 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
rmacnak@google.com 2015-03-09 22:09:39 +00:00
parent 2e77fcdd11
commit 63f3cd6082
2 changed files with 1 additions and 5 deletions

View file

@ -8,7 +8,7 @@ deferred library.
START_HTML_DART_TEST
{
"scripts": ["deferred_multi_app.dart"],
"scripts": ["deferred_multi_app.dart", "deferred_multi_app_lib.dart"],
"expectedMessages": ["one", "two"]
}
END_HTML_DART_TEST

View file

@ -14,7 +14,6 @@ indexeddb_1_test/functional: Skip # Issue 19512 (timing out)
indexeddb_4_test: Skip # Issue 19726
mouse_event_test: Fail # Issue 20437
worker_api_test: Fail # Issue 10223
two_scripts_htmltest: Fail # Issue 16603
media_stream_test/constructors: Pass, Crash # Issue 22267
[ $compiler == none && $mode == debug && ($runtime == drt || $runtime == dartium || $runtime == ContentShellOnAndroid) ]
@ -102,9 +101,6 @@ audiocontext_test/functional: Skip # Renderer crash. Issue 22327
[$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chromeOnAndroid || $runtime == ContentShellOnAndroid ]
webgl_1_test: Pass, Fail # Issue 8219
[ ($compiler == none || $compiler == dart2dart) ]
deferred_multi_app_htmltest: Fail # Issue 16603
[ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == windows]
websql_test: Skip # Issue 4941: stderr contains a backtrace.