Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(54)

Unified Diff: pkg/dev_compiler/test/browser/language_tests.js

Issue 2750503009: Fix FF test status and re-enable (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .travis.yml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/dev_compiler/test/browser/language_tests.js
diff --git a/pkg/dev_compiler/test/browser/language_tests.js b/pkg/dev_compiler/test/browser/language_tests.js
index eff67c88315fee48b980b8d680fcd9ed95fc2422..f50dd321a639a3391deb043d5da091c3cda19ddf 100644
--- a/pkg/dev_compiler/test/browser/language_tests.js
+++ b/pkg/dev_compiler/test/browser/language_tests.js
@@ -464,6 +464,9 @@ define(['dart_sdk', 'async_helper', 'expect', 'unittest', 'is', 'require'],
'mediasource_test': 'fail',
'media_stream_test': 'fail',
+ // https://github.com/dart-lang/sdk/issues/29071
+ 'messageevent_test': firefox_fail,
+
'mutationobserver_test': async_unittest,
'native_gc_test': async_unittest,
'postmessage_structured_test': async_unittest,
@@ -473,6 +476,10 @@ define(['dart_sdk', 'async_helper', 'expect', 'unittest', 'is', 'require'],
// was https://github.com/dart-lang/sdk/issues/27578, needs triage
'rtc_test': is.chrome('<=55') ? fail : pass,
+
+ // https://github.com/dart-lang/sdk/issues/29071
+ 'serialized_script_value_test': firefox_fail,
+
'shadow_dom_test': firefox_fail,
// was https://github.com/dart-lang/sdk/issues/27578, needs triage
« no previous file with comments | « .travis.yml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698