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

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

Issue 2592813003: Fix bug in Blob creation from workers. (Closed)
Patch Set: Remove version checks for Rtc now that Chrome 55 is stable. Created 4 years 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 | « no previous file | tests/lib_strong/html/rtc_test.dart » ('j') | 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 593b3a056eeb34a897a64976cf8b17e34ff8ecb3..8b41c95addf5ce88aa1ac73567182f1dd8e2ef25 100644
--- a/pkg/dev_compiler/test/browser/language_tests.js
+++ b/pkg/dev_compiler/test/browser/language_tests.js
@@ -493,7 +493,6 @@ define(['dart_sdk', 'async_helper', 'expect', 'unittest', 'is', 'require'],
'queryall_test': ['slow'], // see sdk #27794
'request_animation_frame_test': async_unittest,
'resource_http_test': async_unittest,
- 'rtc_test': is.chrome('<=55') ? fail : pass, // was sdk#27578, needs triage
// Expected 1, got null.
'serialized_script_value_test': 'fail',
« no previous file with comments | « no previous file | tests/lib_strong/html/rtc_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698