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

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

Issue 22938002: Fix the stack trace when there are C++ frames in between dart frames. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: 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 | « runtime/vm/exceptions.cc ('k') | tests/corelib/error_stack_trace1_test.dart » ('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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 [ $runtime == ie9 && ($system == linux || $system == macos) ] 45 [ $runtime == ie9 && ($system == linux || $system == macos) ]
46 *: Skip 46 *: Skip
47 47
48 [ $runtime == safari && ($system == linux || $system == windows) ] 48 [ $runtime == safari && ($system == linux || $system == windows) ]
49 *: Skip 49 *: Skip
50 50
51 [ $runtime == vm ] 51 [ $runtime == vm ]
52 string_trim_unicode_test: Fail # Bug 6569 52 string_trim_unicode_test: Fail # Bug 6569
53 53
54 [ $compiler == dart2js ] 54 [ $compiler == dart2js ]
55 error_stack_trace1_test: Fail # Issue 12399
55 math_parse_double_test: Fail # Expect.equals(expected: <78187493520>, actual: <0 >) 56 math_parse_double_test: Fail # Expect.equals(expected: <78187493520>, actual: <0 >)
56 math_test: Fail # issue 3333 57 math_test: Fail # issue 3333
57 surrogate_pair_toUpper_test: Fail # Issue 6707 58 surrogate_pair_toUpper_test: Fail # Issue 6707
58 59
59 big_integer_vm_test: Fail, OK # VM specific test. 60 big_integer_vm_test: Fail, OK # VM specific test.
60 compare_to2_test: Fail, OK # Requires bigint support. 61 compare_to2_test: Fail, OK # Requires bigint support.
61 string_base_vm_test: Fail, OK # VM specific test. 62 string_base_vm_test: Fail, OK # VM specific test.
62 63
63 string_replace_func_test: Skip # Bug 6554 - doesn't terminate. 64 string_replace_func_test: Skip # Bug 6554 - doesn't terminate.
64 65
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 collection_to_string_test: Pass, Crash # Issue: 11207 113 collection_to_string_test: Pass, Crash # Issue: 11207
113 114
114 [ $arch == simmips ] 115 [ $arch == simmips ]
115 int_parse_radix_test: Skip # Timeout 116 int_parse_radix_test: Skip # Timeout
116 117
117 [ $arch == simmips && $checked ] 118 [ $arch == simmips && $checked ]
118 collection_length_test: Pass, Timeout 119 collection_length_test: Pass, Timeout
119 120
120 [ $arch == simmips && $mode == debug ] 121 [ $arch == simmips && $mode == debug ]
121 collection_to_string_test: Pass, Crash # Issue: 11207 122 collection_to_string_test: Pass, Crash # Issue: 11207
OLDNEW
« no previous file with comments | « runtime/vm/exceptions.cc ('k') | tests/corelib/error_stack_trace1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698