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

Unified Diff: test/browser/language_tests.js

Issue 1967773005: update dart:math (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 7 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 | « lib/runtime/dart_sdk.js ('k') | test/codegen/lib/math/coin_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/browser/language_tests.js
diff --git a/test/browser/language_tests.js b/test/browser/language_tests.js
index 56699055bd04206ad87a7bb9c6dce93d2e47a0bb..8681b5f48f0ae3cae543f4d0bfc1b7c45ce9b478 100644
--- a/test/browser/language_tests.js
+++ b/test/browser/language_tests.js
@@ -655,6 +655,17 @@
'js_typed_interop_default_arg_test_default_value_multi': ['unittest', 'skip', 'fail']
},
+ 'lib/math': {
+ // TODO(het): triage
+ 'double_pow_test': skip_fail,
+ 'low_test': skip_fail,
+ 'math_test': skip_fail,
+ 'math2_test': skip_fail,
+ 'random_big_test': skip_fail,
+ 'point_test': ['unittest', 'skip', 'fail'],
+ 'rectangle_test': ['unittest', 'skip', 'fail'],
+ },
+
'lib/typed_data': {
// No bigint or int64 support
'int32x4_bigint_test': skip_fail,
« no previous file with comments | « lib/runtime/dart_sdk.js ('k') | test/codegen/lib/math/coin_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698