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

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

Issue 24267023: Update implementations to use Object.identityHashCode for identity map/set (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Add tests. Fix few bugs now that it can run. Created 7 years, 2 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 | « sdk/lib/core/set.dart ('k') | tests/corelib/hash_set_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 [ $compiler == dart2js && $runtime == drt ] 5 [ $compiler == dart2js && $runtime == drt ]
6 hash_set_test: Pass, Fail # v8 bug: Issue 12293 6 hash_set_test: Pass, Fail # v8 bug: Issue 12293
7 list_test: Pass, Fail # v8 bug: Issue 12293 7 list_test: Pass, Fail # v8 bug: Issue 12293
8 8
9 9
10 [ $compiler == none ] 10 [ $compiler == none ]
(...skipping 21 matching lines...) Expand all
32 collection_length_test: Pass, Timeout # Issue 12844 32 collection_length_test: Pass, Timeout # Issue 12844
33 33
34 [ $runtime == opera ] 34 [ $runtime == opera ]
35 core_runtime_types_test: Fail 35 core_runtime_types_test: Fail
36 null_nosuchmethod_test: Fail # Issue: 7413 36 null_nosuchmethod_test: Fail # Issue: 7413
37 date_time7_test: Fail 37 date_time7_test: Fail
38 unicode_test: Fail 38 unicode_test: Fail
39 39
40 [ $compiler == dart2js ] 40 [ $compiler == dart2js ]
41 error_stack_trace1_test: Fail # Issue 12399 41 error_stack_trace1_test: Fail # Issue 12399
42 hash_set_test/01: Fail # Issue 11551
42 43
43 big_integer_vm_test: Fail, OK # VM specific test. 44 big_integer_vm_test: Fail, OK # VM specific test.
44 bit_twiddling_bigint_test: Fail # Requires bigint support. 45 bit_twiddling_bigint_test: Fail # Requires bigint support.
45 compare_to2_test: Fail, OK # Requires bigint support. 46 compare_to2_test: Fail, OK # Requires bigint support.
46 string_base_vm_test: Fail, OK # VM specific test. 47 string_base_vm_test: Fail, OK # VM specific test.
47 48
48 [ $compiler == dart2js && $runtime == none ] 49 [ $compiler == dart2js && $runtime == none ]
49 *: Fail, Pass # TODO(ahe): Triage these tests. 50 *: Fail, Pass # TODO(ahe): Triage these tests.
50 51
51 [ $compiler == dart2js && $runtime == ie9 ] 52 [ $compiler == dart2js && $runtime == ie9 ]
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 collection_to_string_test: Pass, Crash # Issue: 11207 101 collection_to_string_test: Pass, Crash # Issue: 11207
101 102
102 [ $arch == simmips ] 103 [ $arch == simmips ]
103 int_parse_radix_test: Skip # Timeout 104 int_parse_radix_test: Skip # Timeout
104 105
105 [ $arch == simmips && $checked ] 106 [ $arch == simmips && $checked ]
106 collection_length_test: Pass, Timeout 107 collection_length_test: Pass, Timeout
107 108
108 [ $arch == simmips && $mode == debug ] 109 [ $arch == simmips && $mode == debug ]
109 collection_to_string_test: Pass, Crash # Issue: 11207 110 collection_to_string_test: Pass, Crash # Issue: 11207
OLDNEW
« no previous file with comments | « sdk/lib/core/set.dart ('k') | tests/corelib/hash_set_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698