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

Side by Side Diff: tests/language/language_analyzer2.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_analyzer.status ('k') | tests/language/language_dart2js.status » ('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 == dart2analyzer ] 5 [ $compiler == dart2analyzer ]
6 6
7 # Runtime negative test. No static errors or warnings. 7 # Runtime negative test. No static errors or warnings.
8 closure_call_wrong_argument_count_negative_test: skip 8 closure_call_wrong_argument_count_negative_test: skip
9 9
10 symbol_conflict_test: CompileTimeError # 23870 10 symbol_conflict_test: CompileTimeError # 23870
(...skipping 14 matching lines...) Expand all
25 # TBF: we should check conflicts not only for methods, but for accessors too 25 # TBF: we should check conflicts not only for methods, but for accessors too
26 override_field_test/03: fail 26 override_field_test/03: fail
27 method_override7_test/03: Fail # Issue 11496 27 method_override7_test/03: Fail # Issue 11496
28 28
29 external_test/21: Fail 29 external_test/21: Fail
30 external_test/24: Fail 30 external_test/24: Fail
31 external_test/25: Fail 31 external_test/25: Fail
32 constructor_duplicate_final_test/03: Fail 32 constructor_duplicate_final_test/03: Fail
33 reify_typevar_static_test/00: MissingCompileTimeError # Issue 21565 33 reify_typevar_static_test/00: MissingCompileTimeError # Issue 21565
34 34
35 multiline_newline_test/01: CompileTimeError # Issue 23888
36 multiline_newline_test/02: CompileTimeError # Issue 23888
37 multiline_newline_test/03: CompileTimeError # Issue 23888
38 multiline_newline_test/04: MissingCompileTimeError # Issue 23888
39 multiline_newline_test/05: MissingCompileTimeError # Issue 23888
40 multiline_newline_test/06: MissingCompileTimeError # Issue 23888
41
35 # Please add new failing tests before this line. 42 # Please add new failing tests before this line.
36 # Section below is for invalid tests. 43 # Section below is for invalid tests.
37 # 44 #
38 # 45 #
39 46
40 ref_before_declaration_test/none: fail # test issue 14879, "P" is not defined 47 ref_before_declaration_test/none: fail # test issue 14879, "P" is not defined
41 bad_initializer2_negative_test: fail # Issue 14880, Analyzer reports compile-tim e error, but test runner is not satisfied 48 bad_initializer2_negative_test: fail # Issue 14880, Analyzer reports compile-tim e error, but test runner is not satisfied
42 49
43 # test issue 11124, It is warning, not error to don't initialize final field 50 # test issue 11124, It is warning, not error to don't initialize final field
44 field3a_negative_test: Fail # Issue 11124 51 field3a_negative_test: Fail # Issue 11124
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after
464 # This test is expected to have warnings because of noSuchMethod overriding. 471 # This test is expected to have warnings because of noSuchMethod overriding.
465 regress_12561_test: StaticWarning 472 regress_12561_test: StaticWarning
466 473
467 main_not_a_function_test/01: Fail # Issue 20030 474 main_not_a_function_test/01: Fail # Issue 20030
468 main_test/03: Fail # Issue 20030 475 main_test/03: Fail # Issue 20030
469 no_main_test/01: Fail # Issue 20030 476 no_main_test/01: Fail # Issue 20030
470 477
471 # This test is expected to generate a warning, since it's 478 # This test is expected to generate a warning, since it's
472 # intentionally referring to a variable that's not in scope. 479 # intentionally referring to a variable that's not in scope.
473 transitive_private_library_access_test: StaticWarning 480 transitive_private_library_access_test: StaticWarning
OLDNEW
« no previous file with comments | « tests/language/language_analyzer.status ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698