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

Unified Diff: tests/corelib/corelib.status

Issue 50983002: Implement fromEnvironment on bool, int and String (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed comments Created 7 years, 2 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: tests/corelib/corelib.status
diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status
index 9e5e67343b7d701be5f2e176e8db4d478e010c35..8f88ac0e6fca882a29e44f7b47ad481505a56546 100644
--- a/tests/corelib/corelib.status
+++ b/tests/corelib/corelib.status
@@ -2,6 +2,33 @@
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
+# Skip these tests until XXX.fromEnvironment in dart2js lands.
+[ $compiler == dart2js || $compiler == dart2dart]
+bool_from_environment2_test: Skip
+bool_from_environment_default_value_test: Skip
+bool_from_environment_test: Skip
+int_from_environment2_test: Skip
+int_from_environment3_test: Skip
+int_from_environment_default_value_test: Skip
+int_from_environment_test: Skip
+string_from_environment2_test: Skip
+string_from_environment3_test: Skip
+string_from_environment_default_value: Skip
+string_from_environment_test: Skip
+
+[ $compiler == none && $runtime == drt ]
+bool_from_environment2_test: Skip
+bool_from_environment_default_value_test: Skip
+bool_from_environment_test: Skip
+int_from_environment2_test: Skip
+int_from_environment3_test: Skip
+int_from_environment_default_value_test: Skip
+int_from_environment_test: Skip
+string_from_environment2_test: Skip
+string_from_environment3_test: Skip
+string_from_environment_default_value: Skip
+string_from_environment_test: Skip
+
[ $compiler == none ]
unicode_test: Fail # Bug 6706
compare_to2_test: Fail # Bug 4018

Powered by Google App Engine
This is Rietveld 408576698