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

Side by Side Diff: dart/tests/corelib/corelib.status

Issue 22798006: Implement Error.stackTrace. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address comments, update status file, and fix another test. Created 7 years, 4 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « dart/sdk/lib/_internal/lib/js_helper.dart ('k') | dart/tests/language/language_dart2js.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 reg_exp_unicode_2_test: Fail # Bug 6592 5 reg_exp_unicode_2_test: Fail # Bug 6592
6 6
7 [ $compiler == dart2js && ($runtime == d8 || $runtime == drt) ] 7 [ $compiler == dart2js && ($runtime == d8 || $runtime == drt) ]
8 hash_set_test: Pass, Fail # v8 bug: Issue 12293 8 hash_set_test: Pass, Fail # v8 bug: Issue 12293
9 list_test: Pass, Fail # v8 bug: Issue 12293 9 list_test: Pass, Fail # v8 bug: Issue 12293
10 10
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 math_parse_double_test: Fail # Expect.equals(expected: <78187493520>, actual: <0 >) 56 math_parse_double_test: Fail # Expect.equals(expected: <78187493520>, actual: <0 >)
57 math_test: Fail # issue 3333 57 math_test: Fail # issue 3333
58 surrogate_pair_toUpper_test: Fail # Issue 6707 58 surrogate_pair_toUpper_test: Fail # Issue 6707
59 59
60 big_integer_vm_test: Fail, OK # VM specific test. 60 big_integer_vm_test: Fail, OK # VM specific test.
61 compare_to2_test: Fail, OK # Requires bigint support. 61 compare_to2_test: Fail, OK # Requires bigint support.
62 string_base_vm_test: Fail, OK # VM specific test. 62 string_base_vm_test: Fail, OK # VM specific test.
63 63
64 string_replace_func_test: Skip # Bug 6554 - doesn't terminate. 64 string_replace_func_test: Skip # Bug 6554 - doesn't terminate.
65 65
66 error_stack_trace_test: Fail # Bug http://dartbug.com/11681
67 error_stack_trace2_test: Fail # Bug http://dartbug.com/11681
68
69 [ $compiler == dart2js && $runtime == none ] 66 [ $compiler == dart2js && $runtime == none ]
70 *: Fail, Pass # TODO(ahe): Triage these tests. 67 *: Fail, Pass # TODO(ahe): Triage these tests.
71 68
72 [ $compiler == dart2js && $runtime == ie9 ] 69 [ $compiler == dart2js && $runtime == ie9 ]
73 date_time7_test: Fail # BUG(3304): Maybe this doesn't time out? 70 date_time7_test: Fail # BUG(3304): Maybe this doesn't time out?
74 json_strict_test: Fail # IE parses slightly harmless no-standard JSON. 71 json_strict_test: Fail # IE parses slightly harmless no-standard JSON.
75 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out? 72 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out?
76 list_test: Fail # IE doesn't support typed data. 73 list_test: Fail # IE doesn't support typed data.
77 74
78 [ $compiler == dart2js && ($runtime == firefox || $runtime == safari || $runtime == chrome || $runtime == drt) ] 75 [ $compiler == dart2js && ($runtime == firefox || $runtime == safari || $runtime == chrome || $runtime == drt) ]
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 *: Skip 116 *: Skip
120 117
121 [ $arch == simmips ] 118 [ $arch == simmips ]
122 int_parse_radix_test: Skip # Timeout 119 int_parse_radix_test: Skip # Timeout
123 120
124 [ $arch == simmips && $checked ] 121 [ $arch == simmips && $checked ]
125 collection_length_test: Pass, Timeout 122 collection_length_test: Pass, Timeout
126 123
127 [ $arch == simmips && $mode == debug ] 124 [ $arch == simmips && $mode == debug ]
128 collection_to_string_test: Pass, Crash # Issue: 11207 125 collection_to_string_test: Pass, Crash # Issue: 11207
OLDNEW
« no previous file with comments | « dart/sdk/lib/_internal/lib/js_helper.dart ('k') | dart/tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698