| OLD | NEW |
| 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 enum_syntax_test/02: Fail # 21649 | 10 enum_syntax_test/02: Fail # 21649 |
| (...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 386 script2_negative_test: CompileTimeError | 386 script2_negative_test: CompileTimeError |
| 387 setter_declaration2_negative_test: CompileTimeError | 387 setter_declaration2_negative_test: CompileTimeError |
| 388 setter_declaration_negative_test: CompileTimeError | 388 setter_declaration_negative_test: CompileTimeError |
| 389 setter_no_getter_call_test/01: StaticWarning | 389 setter_no_getter_call_test/01: StaticWarning |
| 390 source_self_negative_test: CompileTimeError | 390 source_self_negative_test: CompileTimeError |
| 391 static_initializer_type_error_test: StaticWarning | 391 static_initializer_type_error_test: StaticWarning |
| 392 string_escape4_negative_test: CompileTimeError | 392 string_escape4_negative_test: CompileTimeError |
| 393 string_interpolate1_negative_test: CompileTimeError | 393 string_interpolate1_negative_test: CompileTimeError |
| 394 string_interpolate2_negative_test: CompileTimeError | 394 string_interpolate2_negative_test: CompileTimeError |
| 395 string_interpolate_test: StaticWarning | 395 string_interpolate_test: StaticWarning |
| 396 string_interpolation_and_buffer_test: StaticWarning | |
| 397 string_interpolation1_negative_test: CompileTimeError | 396 string_interpolation1_negative_test: CompileTimeError |
| 398 string_interpolation2_negative_test: CompileTimeError | 397 string_interpolation2_negative_test: CompileTimeError |
| 399 string_interpolation3_negative_test: CompileTimeError | 398 string_interpolation3_negative_test: CompileTimeError |
| 400 string_interpolation4_negative_test: CompileTimeError | 399 string_interpolation4_negative_test: CompileTimeError |
| 401 string_interpolation5_negative_test: CompileTimeError | 400 string_interpolation5_negative_test: CompileTimeError |
| 402 string_interpolation6_negative_test: CompileTimeError | 401 string_interpolation6_negative_test: CompileTimeError |
| 403 string_split_test: StaticWarning | |
| 404 string_test: StaticWarning | 402 string_test: StaticWarning |
| 405 string_unicode1_negative_test: CompileTimeError | 403 string_unicode1_negative_test: CompileTimeError |
| 406 string_unicode2_negative_test: CompileTimeError | 404 string_unicode2_negative_test: CompileTimeError |
| 407 string_unicode3_negative_test: CompileTimeError | 405 string_unicode3_negative_test: CompileTimeError |
| 408 string_unicode4_negative_test: CompileTimeError | 406 string_unicode4_negative_test: CompileTimeError |
| 409 super_assign_test: StaticWarning | 407 super_assign_test: StaticWarning |
| 410 super_call4_test: StaticWarning | 408 super_call4_test: StaticWarning |
| 411 super_getter_setter_test: StaticWarning | 409 super_getter_setter_test: StaticWarning |
| 412 super_operator_index5_test: StaticWarning | 410 super_operator_index5_test: StaticWarning |
| 413 super_operator_index6_test: StaticWarning | 411 super_operator_index6_test: StaticWarning |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 474 # This test is expected to have warnings because of noSuchMethod overriding. | 472 # This test is expected to have warnings because of noSuchMethod overriding. |
| 475 regress_12561_test: StaticWarning | 473 regress_12561_test: StaticWarning |
| 476 | 474 |
| 477 main_not_a_function_test/01: Fail # Issue 20030 | 475 main_not_a_function_test/01: Fail # Issue 20030 |
| 478 main_test/03: Fail # Issue 20030 | 476 main_test/03: Fail # Issue 20030 |
| 479 no_main_test/01: Fail # Issue 20030 | 477 no_main_test/01: Fail # Issue 20030 |
| 480 | 478 |
| 481 # This test is expected to generate a warning, since it's | 479 # This test is expected to generate a warning, since it's |
| 482 # intentionally referring to a variable that's not in scope. | 480 # intentionally referring to a variable that's not in scope. |
| 483 transitive_private_library_access_test: StaticWarning | 481 transitive_private_library_access_test: StaticWarning |
| OLD | NEW |