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

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

Issue 14079003: Implement Symbol correctly in dart2js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address review comments Created 7 years, 8 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
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 == none ] 7 [ $compiler == none ]
8 unicode_test: Fail # Bug 6706 8 unicode_test: Fail # Bug 6706
9 *dartc_test: Skip 9 *dartc_test: Skip
10 compare_to2_test: Fail # Bug 4018 10 compare_to2_test: Fail # Bug 4018
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 math_parse_double_test: Fail # Expect.equals(expected: <78187493520>, actual: <0 >) 47 math_parse_double_test: Fail # Expect.equals(expected: <78187493520>, actual: <0 >)
48 math_test: Fail # issue 3333 48 math_test: Fail # issue 3333
49 surrogate_pair_toUpper_test: Fail # Issue 6707 49 surrogate_pair_toUpper_test: Fail # Issue 6707
50 50
51 big_integer_vm_test: Fail, OK # VM specific test. 51 big_integer_vm_test: Fail, OK # VM specific test.
52 compare_to2_test: Fail, OK # Requires bigint support. 52 compare_to2_test: Fail, OK # Requires bigint support.
53 string_base_vm_test: Fail, OK # VM specific test. 53 string_base_vm_test: Fail, OK # VM specific test.
54 54
55 string_replace_func_test: Skip # Bug 6554 - doesn't terminate. 55 string_replace_func_test: Skip # Bug 6554 - doesn't terminate.
56 56
57 symbol_test/none: Fail
58 symbol_test/02: Fail
59 symbol_test/03: Fail
60
61
62 [ $compiler == dart2js && $unchecked ]
63 symbol_test/01: Fail # This passes for the wrong reason in checked mode.
64
65 57
66 [ $compiler == dart2js && $runtime == none ] 58 [ $compiler == dart2js && $runtime == none ]
67 *: Fail, Pass # TODO(ahe): Triage these tests. 59 *: Fail, Pass # TODO(ahe): Triage these tests.
68 60
69 [ $compiler == dart2js && $runtime == ie9 ] 61 [ $compiler == dart2js && $runtime == ie9 ]
70 date_time7_test: Fail # BUG(3304): Maybe this doesn't time out? 62 date_time7_test: Fail # BUG(3304): Maybe this doesn't time out?
71 json_strict_test: Fail # IE parses slightly harmless no-standard JSON. 63 json_strict_test: Fail # IE parses slightly harmless no-standard JSON.
72 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out? 64 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out?
73 65
74 [ $compiler == dart2dart ] 66 [ $compiler == dart2dart ]
75 compare_to2_test: Fail # inherited from VM 67 compare_to2_test: Fail # inherited from VM
76 unicode_test: Fail # inherited from VM 68 unicode_test: Fail # inherited from VM
77 69
78 symbol_test/01: Fail
79 symbol_test/02: Fail
80 symbol_test/03: Fail
81
82 70
83 # Library changes 71 # Library changes
84 [ $compiler == none || $compiler == dart2js || $compiler == dart2dart ] 72 [ $compiler == none || $compiler == dart2js || $compiler == dart2dart ]
85 map_keys2_test: Fail # Generic types aren't right. 73 map_keys2_test: Fail # Generic types aren't right.
86 74
87 [ $compiler == dart2js ] 75 [ $compiler == dart2js ]
88 map_values2_test: Fail # Generic types aren't right 76 map_values2_test: Fail # Generic types aren't right
89 77
90 ## Tests failing after merge of experimental library branch. 78 ## Tests failing after merge of experimental library branch.
91 [ $compiler == dart2js ] 79 [ $compiler == dart2js ]
(...skipping 11 matching lines...) Expand all
103 *: Skip 91 *: Skip
104 92
105 [ $arch == simarm ] 93 [ $arch == simarm ]
106 *: Skip 94 *: Skip
107 95
108 [ $arch == mips ] 96 [ $arch == mips ]
109 *: Skip 97 *: Skip
110 98
111 [ $arch == simmips ] 99 [ $arch == simmips ]
112 *: Skip 100 *: Skip
OLDNEW
« no previous file with comments | « dart/sdk/lib/_internal/compiler/implementation/warnings.dart ('k') | dart/tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698