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

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

Issue 2649613003: Fix for Animation and other polyfills (Closed)
Patch Set: Created 3 years, 11 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
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 d7222dc4d9b2db71f05107c622a36abc632607b3..8292e931903ea2761479833a0e393ec181d613e9 100644
--- a/pkg/dev_compiler/test/browser/language_tests.js
+++ b/pkg/dev_compiler/test/browser/language_tests.js
@@ -45,7 +45,7 @@ define(['dart_sdk', 'async_helper', 'expect', 'unittest', 'is', 'require'],
// The number of expected unittest errors should be zero but unfortunately
// there are a lot of broken html unittests.
- let num_expected_unittest_fails = 3;
+ let num_expected_unittest_fails = 4;
vsm 2017/01/21 00:52:42 This is due to: https://github.com/dart-lang/sdk/i
let num_expected_unittest_errors = 0;
// TODO(jmesserly): separate StrongModeError from other errors.
@@ -390,7 +390,7 @@ define(['dart_sdk', 'async_helper', 'expect', 'unittest', 'is', 'require'],
// was https://github.com/dart-lang/sdk/issues/27578, needs triage
'dom_constructors_test': 'fail',
- 'element_animate_test': async_unittest,
+ 'element_animate_test': 'unittest',
// https://github.com/dart-lang/sdk/issues/27579.
'element_classes_test': 'fail',
« no previous file with comments | « pkg/dev_compiler/lib/sdk/ddc_sdk.sum ('k') | pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/runtime.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698