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

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: rebase 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
Index: tests/corelib/corelib.status
diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status
index 77edb53d9be5f69942696527f1223f83f863dad4..1df7cc4695ec9d120d1c42d72a85ceb8069291c3 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 TODO
Lasse Reichstein Nielsen 2013/07/03 13:06:13 This one too.
floitsch 2013/07/03 14:50:20 Done.
+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 TODO
+error_stack_trace2_test: Fail # Bug TODO
Lasse Reichstein Nielsen 2013/07/03 13:06:13 And this.
floitsch 2013/07/03 14:50:20 Done.
+
[ $compiler == dart2js && $runtime == none ]
*: Fail, Pass # TODO(ahe): Triage these tests.

Powered by Google App Engine
This is Rietveld 408576698