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

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

Issue 1252443002: Add tests for problem with newline encoding in multiline strings. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 5 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
« no previous file with comments | « tests/language/language_analyzer2.status ('k') | tests/language/multiline_newline_cr.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 ] 5 [ $compiler == dart2js ]
6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324
7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324
8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324
9 getter_setter_in_lib_test: Fail # Issue 23288 9 getter_setter_in_lib_test: Fail # Issue 23288
10 10
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 prefix_assignment_test/02: Crash # Issue 23611 70 prefix_assignment_test/02: Crash # Issue 23611
71 prefix_identifier_reference_test/04: Crash # Issue 23611 71 prefix_identifier_reference_test/04: Crash # Issue 23611
72 prefix_identifier_reference_test/05: Crash # Issue 23611 72 prefix_identifier_reference_test/05: Crash # Issue 23611
73 73
74 const_error_multiply_initialized_test/02: CompileTimeError # Issue 23618 74 const_error_multiply_initialized_test/02: CompileTimeError # Issue 23618
75 const_error_multiply_initialized_test/04: CompileTimeError # Issue 23618 75 const_error_multiply_initialized_test/04: CompileTimeError # Issue 23618
76 76
77 # VM specific tests that should not be run by dart2js. 77 # VM specific tests that should not be run by dart2js.
78 vm/*: Skip # Issue 12699 78 vm/*: Skip # Issue 12699
79 79
80 multiline_newline_test/01: CompileTimeError # Issue 23888
81 multiline_newline_test/02: CompileTimeError # Issue 23888
82 multiline_newline_test/03: CompileTimeError # Issue 23888
83 multiline_newline_test/04: MissingCompileTimeError # Issue 23888
84 multiline_newline_test/05: MissingCompileTimeError # Issue 23888
85 multiline_newline_test/06: MissingCompileTimeError # Issue 23888
86 multiline_newline_test/none: RuntimeError # Issue 23888
87
80 [ $compiler == dart2js && $checked ] 88 [ $compiler == dart2js && $checked ]
81 type_variable_bounds_test/02: Fail # Issue 12702 89 type_variable_bounds_test/02: Fail # Issue 12702
82 type_variable_bounds2_test/01: Fail # Issue 12702 90 type_variable_bounds2_test/01: Fail # Issue 12702
83 type_variable_bounds2_test/04: Fail # Issue 12702 91 type_variable_bounds2_test/04: Fail # Issue 12702
84 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons). 92 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons).
85 type_variable_bounds3_test/00: Fail # Issue 12702 93 type_variable_bounds3_test/00: Fail # Issue 12702
86 closure_type_test: Fail # Issue 12745 94 closure_type_test: Fail # Issue 12745
87 malbounded_redirecting_factory_test/02: Fail # Issue 12825 95 malbounded_redirecting_factory_test/02: Fail # Issue 12825
88 malbounded_redirecting_factory_test/03: Fail # Issue 12825 96 malbounded_redirecting_factory_test/03: Fail # Issue 12825
89 malbounded_redirecting_factory2_test/02: Fail # Issue 12825 97 malbounded_redirecting_factory2_test/02: Fail # Issue 12825
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
490 try_catch_test/none: Crash # The null object does not have a getter '_element'. 498 try_catch_test/none: Crash # The null object does not have a getter '_element'.
491 type_parameter_test/01: Crash # Invalid argument(s) 499 type_parameter_test/01: Crash # Invalid argument(s)
492 type_parameter_test/02: Crash # Invalid argument(s) 500 type_parameter_test/02: Crash # Invalid argument(s)
493 type_parameter_test/03: Crash # Invalid argument(s) 501 type_parameter_test/03: Crash # Invalid argument(s)
494 type_parameter_test/04: Crash # Invalid argument(s) 502 type_parameter_test/04: Crash # Invalid argument(s)
495 type_parameter_test/05: Crash # Invalid argument(s) 503 type_parameter_test/05: Crash # Invalid argument(s)
496 type_parameter_test/06: Crash # Invalid argument(s) 504 type_parameter_test/06: Crash # Invalid argument(s)
497 type_parameter_test/none: Crash # Invalid argument(s) 505 type_parameter_test/none: Crash # Invalid argument(s)
498 type_variable_closure2_test: RuntimeError # Please triage this failure. 506 type_variable_closure2_test: RuntimeError # Please triage this failure.
499 type_variable_closure_test: Crash # Invalid argument(s) 507 type_variable_closure_test: Crash # Invalid argument(s)
OLDNEW
« no previous file with comments | « tests/language/language_analyzer2.status ('k') | tests/language/multiline_newline_cr.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698