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

Unified Diff: tests/corelib/corelib.status

Issue 18529003: Add stackTrace to Error object. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments and add bug numbers to status files. Created 7 years, 6 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 | « tests/co19/co19-runtime.status ('k') | tests/corelib/error_stack_trace2_test.dart » ('j') | 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 77edb53d9be5f69942696527f1223f83f863dad4..785eed9db34be6329f2bd7985ec4f32d8f1d223e 100644
--- a/tests/corelib/corelib.status
+++ b/tests/corelib/corelib.status
@@ -41,6 +41,8 @@ unicode_test: Fail
[ $runtime == vm ]
string_trim_unicode_test: Fail # Bug 6569
+error_stack_trace_test: Fail # Bug http://dartbug.com/11680
+error_stack_trace2_test: Fail # Bug 5802
[ $compiler == dart2js ]
math_parse_double_test: Fail # Expect.equals(expected: <78187493520>, actual: <0>)
@@ -53,6 +55,9 @@ string_base_vm_test: Fail, OK # VM specific test.
string_replace_func_test: Skip # Bug 6554 - doesn't terminate.
+error_stack_trace_test: Fail # Bug http://dartbug.com/11681
+error_stack_trace2_test: Fail # Bug http://dartbug.com/11681
+
[ $compiler == dart2js && $runtime == none ]
*: Fail, Pass # TODO(ahe): Triage these tests.
« no previous file with comments | « tests/co19/co19-runtime.status ('k') | tests/corelib/error_stack_trace2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698