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

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

Issue 10854102: Fix hausner's naming test file status. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 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 | « no previous file | no next file » | 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 # This directory contains tests that are intended to show the 5 # This directory contains tests that are intended to show the
6 # current state of the language. 6 # current state of the language.
7 7
8 # In order to maintain maximum test coverage for all builds, 8 # In order to maintain maximum test coverage for all builds,
9 # please use the following procedure to mark a test 9 # please use the following procedure to mark a test
10 # failed on architectures other than the one you are working on. 10 # failed on architectures other than the one you are working on.
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 # TODO: These need to be retriaged. 131 # TODO: These need to be retriaged.
132 disable_privacy_test: Skip 132 disable_privacy_test: Skip
133 richards_test: Fail 133 richards_test: Fail
134 string_escape1_negative_test: Skip 134 string_escape1_negative_test: Skip
135 gc_test: Skip # Issue 1487 135 gc_test: Skip # Issue 1487
136 136
137 137
138 [ $runtime == chrome ] 138 [ $runtime == chrome ]
139 string_escape1_negative_test: Skip 139 string_escape1_negative_test: Skip
140 140
141 [ $runtime == safari || $runtime == ff ]
142 naming_test: Fail # Issue 4454
143
141 [ $runtime == opera ] 144 [ $runtime == opera ]
142 # TODO(kasperl): Triage these tests. 145 # TODO(kasperl): Triage these tests.
143 arithmetic_test: Crash 146 arithmetic_test: Crash
144 call_through_getter_test: Fail 147 call_through_getter_test: Fail
145 call_through_null_getter_test: Fail 148 call_through_null_getter_test: Fail
146 closure3_test: Fail 149 closure3_test: Fail
147 execute_finally3_test: Fail 150 execute_finally3_test: Fail
148 method_invocation_test: Fail 151 method_invocation_test: Fail
149 null_pointer_exception_test: Fail 152 null_pointer_exception_test: Fail
150 stack_overflow_test: Fail 153 stack_overflow_test: Fail
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 static_top_level_test/05: Fail 332 static_top_level_test/05: Fail
330 string_interpolation7_test: Fail 333 string_interpolation7_test: Fail
331 switch_label_test: Fail 334 switch_label_test: Fail
332 syntax_test/none: Fail 335 syntax_test/none: Fail
333 typed_message_test: Fail 336 typed_message_test: Fail
334 type_variable_bounds2_test/02: Fail 337 type_variable_bounds2_test/02: Fail
335 type_variable_bounds2_test/06: Fail 338 type_variable_bounds2_test/06: Fail
336 type_variable_bounds_test/02: Fail 339 type_variable_bounds_test/02: Fail
337 type_variable_bounds_test/04: Fail 340 type_variable_bounds_test/04: Fail
338 type_variable_bounds_test/05: Fail 341 type_variable_bounds_test/05: Fail
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698