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

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

Issue 1291583002: Fix analyzer tests (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | tests/language/string_interpolation_and_buffer_test.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 == 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
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
396 string_interpolation1_negative_test: CompileTimeError 397 string_interpolation1_negative_test: CompileTimeError
397 string_interpolation2_negative_test: CompileTimeError 398 string_interpolation2_negative_test: CompileTimeError
398 string_interpolation3_negative_test: CompileTimeError 399 string_interpolation3_negative_test: CompileTimeError
399 string_interpolation4_negative_test: CompileTimeError 400 string_interpolation4_negative_test: CompileTimeError
400 string_interpolation5_negative_test: CompileTimeError 401 string_interpolation5_negative_test: CompileTimeError
401 string_interpolation6_negative_test: CompileTimeError 402 string_interpolation6_negative_test: CompileTimeError
403 string_split_test: StaticWarning
402 string_test: StaticWarning 404 string_test: StaticWarning
403 string_unicode1_negative_test: CompileTimeError 405 string_unicode1_negative_test: CompileTimeError
404 string_unicode2_negative_test: CompileTimeError 406 string_unicode2_negative_test: CompileTimeError
405 string_unicode3_negative_test: CompileTimeError 407 string_unicode3_negative_test: CompileTimeError
406 string_unicode4_negative_test: CompileTimeError 408 string_unicode4_negative_test: CompileTimeError
407 super_assign_test: StaticWarning 409 super_assign_test: StaticWarning
408 super_call4_test: StaticWarning 410 super_call4_test: StaticWarning
409 super_getter_setter_test: StaticWarning 411 super_getter_setter_test: StaticWarning
410 super_operator_index5_test: StaticWarning 412 super_operator_index5_test: StaticWarning
411 super_operator_index6_test: StaticWarning 413 super_operator_index6_test: StaticWarning
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
472 # This test is expected to have warnings because of noSuchMethod overriding. 474 # This test is expected to have warnings because of noSuchMethod overriding.
473 regress_12561_test: StaticWarning 475 regress_12561_test: StaticWarning
474 476
475 main_not_a_function_test/01: Fail # Issue 20030 477 main_not_a_function_test/01: Fail # Issue 20030
476 main_test/03: Fail # Issue 20030 478 main_test/03: Fail # Issue 20030
477 no_main_test/01: Fail # Issue 20030 479 no_main_test/01: Fail # Issue 20030
478 480
479 # This test is expected to generate a warning, since it's 481 # This test is expected to generate a warning, since it's
480 # intentionally referring to a variable that's not in scope. 482 # intentionally referring to a variable that's not in scope.
481 transitive_private_library_access_test: StaticWarning 483 transitive_private_library_access_test: StaticWarning
OLDNEW
« no previous file with comments | « no previous file | tests/language/string_interpolation_and_buffer_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698