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

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

Issue 2587203002: Correct handling of cross-frame functions in ddc. (Closed)
Patch Set: 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
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 2e2c6d4127b11838cd9c15f844224441ba51a4b3..9415742a71dc727de2a5dc2230a6d38ea1451841 100644
--- a/pkg/dev_compiler/test/browser/language_tests.js
+++ b/pkg/dev_compiler/test/browser/language_tests.js
@@ -471,8 +471,7 @@ define(['dart_sdk', 'async_helper', 'expect', 'unittest', 'is', 'require'],
'interactive_test': async_unittest,
'isolates_test': async_unittest,
- // Failing on "identical JS objects should have identical proxies".
- 'js_test': 'fail',
+ // 'js_test': 'fail',
Bob Nystrom 2016/12/19 22:23:42 Just delete the line.
Jacob 2016/12/19 22:38:13 doh. done.
'js_interop_1_test': async_unittest,
// Failing because accessing "zSomeInvalidName" does not throw.

Powered by Google App Engine
This is Rietveld 408576698