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

Side by Side Diff: pkg/front_end/testcases/ast_builder.status

Issue 2993193002: When reordering constructor initializers, use correct types for temp vars. (Closed)
Patch Set: Created 3 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
OLDNEW
1 # Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2017, 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.md file. 3 # BSD-style license that can be found in the LICENSE.md file.
4 4
5 # Status file for the ast_builder_test.dart test suite. This is testing 5 # Status file for the ast_builder_test.dart test suite. This is testing
6 # generating analyzer ASTs and connecting up type inference information. 6 # generating analyzer ASTs and connecting up type inference information.
7 DeltaBlue: Crash 7 DeltaBlue: Crash
8 accessors: Crash 8 accessors: Crash
9 arithmetic: Crash 9 arithmetic: Crash
10 bad_store: Crash 10 bad_store: Crash
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
420 regress/issue_29944: Crash 420 regress/issue_29944: Crash
421 regress/issue_29945: Crash 421 regress/issue_29945: Crash
422 regress/issue_29977: Crash 422 regress/issue_29977: Crash
423 regress/issue_29978: Crash 423 regress/issue_29978: Crash
424 regress/issue_29979: Crash 424 regress/issue_29979: Crash
425 regress/issue_29980: Crash 425 regress/issue_29980: Crash
426 regress/issue_29981: Crash 426 regress/issue_29981: Crash
427 regress/issue_29984: Crash 427 regress/issue_29984: Crash
428 regress/issue_29985: Crash 428 regress/issue_29985: Crash
429 regress/issue_29987: Crash 429 regress/issue_29987: Crash
430 reorder_super: Crash
430 static_setter: Crash 431 static_setter: Crash
431 store_load: Crash 432 store_load: Crash
432 stringliteral: Crash 433 stringliteral: Crash
433 super_rasta_copy: Crash 434 super_rasta_copy: Crash
434 top_level_accessors: Crash 435 top_level_accessors: Crash
435 type_variable_as_super: Crash 436 type_variable_as_super: Crash
436 typedef: Crash 437 typedef: Crash
437 uninitialized_fields: Crash 438 uninitialized_fields: Crash
438 unused_methods: Crash 439 unused_methods: Crash
439 void-methods: Crash 440 void-methods: Crash
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698