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

Unified Diff: tests/corelib/corelib.status

Issue 278993002: Triage corelib tests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/corelib/corelib.status
diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status
index c445f429290b384e33dce2270f379127ffffcb3e..cd601497f9d68a1f4b5a598cc3688682ed7fc871 100644
--- a/tests/corelib/corelib.status
+++ b/tests/corelib/corelib.status
@@ -29,18 +29,18 @@ string_from_environment_default_value: Skip
string_from_environment_test: Skip
[ $compiler == dartanalyzer || $compiler == dart2analyzer]
-bool_from_environment2_test/01: Fail
-bool_from_environment2_test/02: Fail
-bool_from_environment2_test/03: Fail
-bool_from_environment2_test/04: Fail
-int_from_environment3_test/01: Fail
-int_from_environment3_test/02: Fail
-int_from_environment3_test/03: Fail
-int_from_environment3_test/04: Fail
-string_from_environment3_test/01: Fail
-string_from_environment3_test/02: Fail
-string_from_environment3_test/03: Fail
-string_from_environment3_test/04: Fail
+bool_from_environment2_test/01: Fail # Issue 18755
+bool_from_environment2_test/02: Fail # Issue 18755
+bool_from_environment2_test/03: Fail # Issue 18755
+bool_from_environment2_test/04: Fail # Issue 18755
+int_from_environment3_test/01: Fail # Issue 18755
+int_from_environment3_test/02: Fail # Issue 18755
+int_from_environment3_test/03: Fail # Issue 18755
+int_from_environment3_test/04: Fail # Issue 18755
+string_from_environment3_test/01: Fail # Issue 18755
+string_from_environment3_test/02: Fail # Issue 18755
+string_from_environment3_test/03: Fail # Issue 18755
+string_from_environment3_test/04: Fail # Issue 18755
[ $compiler == none ]
unicode_test: Fail # Bug 6706
@@ -130,12 +130,12 @@ unicode_test: Fail # inherited from VM
error_stack_trace1_test: Fail # Fails in minified mode, test depends on method names.
[ $compiler == dartanalyzer ]
-symbol_test/02: Fail
-symbol_test/03: Fail
-int_parse_radix_test: fail
-list_insert_test: fail
-list_removeat_test: fail
-symbol_test/01: fail # test issue 13730; It is static type warning if "const" instance creation argument type is not compatible with parameter type
+int_parse_radix_test: Fail, OK # Test contains errors but doesn’t mark them as expected
+list_insert_test: Fail, OK # Test contains errors but doesn’t mark them as expected
+list_removeat_test: Fail, OK # Test contains errors but doesn’t mark them as expected
+symbol_test/01: Fail, OK # Test Issue 13730; It is static type warning if "const" instance creation argument type is not compatible with parameter type
+symbol_test/02: Fail # Issue 18755
+symbol_test/03: Fail # Issue 18755
[ $compiler == dart2analyzer ]
symbol_test/02: Fail
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698