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

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

Issue 10540133: Fix for issue 1351 - Analyzer accepts non-multiline strings with newlines (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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 | « compiler/javatests/com/google/dart/compiler/parser/SyntaxTest.java ('k') | 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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 pseudo_kw_illegal_test/08: Fail # Issue 356 98 pseudo_kw_illegal_test/08: Fail # Issue 356
99 pseudo_kw_illegal_test/10: Fail # Issue 356 99 pseudo_kw_illegal_test/10: Fail # Issue 356
100 pseudo_kw_illegal_test/14: Fail # Issue 356 100 pseudo_kw_illegal_test/14: Fail # Issue 356
101 pseudo_kw_test: Fail # Issue 356 101 pseudo_kw_test: Fail # Issue 356
102 scope_negative_test: Fail # Bug 4207538. 102 scope_negative_test: Fail # Bug 4207538.
103 static_call_wrong_argument_count_negative_test: Fail 103 static_call_wrong_argument_count_negative_test: Fail
104 static_field1_run_negative_test: Fail # issue 1662 104 static_field1_run_negative_test: Fail # issue 1662
105 static_field1a_run_negative_test: Fail # issue 1662 105 static_field1a_run_negative_test: Fail # issue 1662
106 static_field2_run_negative_test: Fail # issue 1662 106 static_field2_run_negative_test: Fail # issue 1662
107 static_field2a_run_negative_test: Fail # issue 1662 107 static_field2a_run_negative_test: Fail # issue 1662
108 string_escape1_negative_test: Fail # Issue 1351.
109 string_escape4_negative_test: Fail # Issue 1351.
110 string_interpolation8_test: Fail # Issue 2126. 108 string_interpolation8_test: Fail # Issue 2126.
111 switch3_negative_test: Fail # issue 1663 109 switch3_negative_test: Fail # issue 1663
112 switch7_negative_test: Fail # Bug 4208467. 110 switch7_negative_test: Fail # Bug 4208467.
113 switch_label_test: Fail # Bug 4208467. 111 switch_label_test: Fail # Bug 4208467.
114 syntax_test: Skip # Bug 2107 Static type warnings in none case 112 syntax_test: Skip # Bug 2107 Static type warnings in none case
115 third_test: Skip # Seems flaky in dartc after fixing test, was Bug 5339586 113 third_test: Skip # Seems flaky in dartc after fixing test, was Bug 5339586
116 throw7_negative_test: Fail # Bug 4208459. 114 throw7_negative_test: Fail # Bug 4208459.
117 type_dartc_test: Fail # Issue 2348 115 type_dartc_test: Fail # Issue 2348
118 type_variable_bounds_test/00: Fail # issue 3079 116 type_variable_bounds_test/00: Fail # issue 3079
119 constructor_redirect_test/01: Fail # For the wrong reason - Issue 2105. 117 constructor_redirect_test/01: Fail # For the wrong reason - Issue 2105.
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 constructor_redirect2_negative_test: Skip # Undiagnosed infinite loop. 424 constructor_redirect2_negative_test: Skip # Undiagnosed infinite loop.
427 425
428 [ $compiler == frog && $runtime == none ] 426 [ $compiler == frog && $runtime == none ]
429 *: Skip 427 *: Skip
430 428
431 [ $arch == simarm ] 429 [ $arch == simarm ]
432 *: Skip 430 *: Skip
433 431
434 [ $arch == arm ] 432 [ $arch == arm ]
435 *: Skip 433 *: Skip
OLDNEW
« no previous file with comments | « compiler/javatests/com/google/dart/compiler/parser/SyntaxTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698