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

Side by Side Diff: tests/co19/co19-dartium.status

Issue 2944223002: Revert "Updated parser to produce error when trying to reinitialize final variables in class constr… (Closed)
Patch Set: Created 3 years, 6 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 | « runtime/vm/parser.cc ('k') | tests/co19/co19-kernel.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) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, 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 == none && $runtime == drt ] 5 [ $compiler == none && $runtime == drt ]
6 *: Skip # running co19 tests on content_shell would make our dartium cycle-times very long 6 *: Skip # running co19 tests on content_shell would make our dartium cycle-times very long
7 7
8 [ $compiler == none && $runtime == dartium ] 8 [ $compiler == none && $runtime == dartium ]
9 Language/Classes/Constructors/Generative_Constructors/execution_t03: Fail, OK 9 Language/Classes/Constructors/Generative_Constructors/execution_t03: Fail, OK
10 Language/Classes/Constructors/Generative_Constructors/final_variables_t01: Pass, Fail #: Please triage this failure. 10 Language/Classes/Constructors/Generative_Constructors/final_variables_t01: Pass, Fail #: Please triage this failure.
(...skipping 19 matching lines...) Expand all
30 Language/Classes/declarations_t25: Skip # Times out. Please triage this failure. 30 Language/Classes/declarations_t25: Skip # Times out. Please triage this failure.
31 Language/Classes/declarations_t26: Skip # Times out. Please triage this failure. 31 Language/Classes/declarations_t26: Skip # Times out. Please triage this failure.
32 Language/Classes/declarations_t27: Skip # Times out. Please triage this failure. 32 Language/Classes/declarations_t27: Skip # Times out. Please triage this failure.
33 Language/Classes/declarations_t28: Skip # Times out. Please triage this failure. 33 Language/Classes/declarations_t28: Skip # Times out. Please triage this failure.
34 Language/Classes/declarations_t29: Skip # Times out. Please triage this failure. 34 Language/Classes/declarations_t29: Skip # Times out. Please triage this failure.
35 Language/Classes/declarations_t30: Skip # Times out. Please triage this failure. 35 Language/Classes/declarations_t30: Skip # Times out. Please triage this failure.
36 Language/Classes/declarations_t31: Skip # Times out. Please triage this failure. 36 Language/Classes/declarations_t31: Skip # Times out. Please triage this failure.
37 Language/Classes/declarations_t32: Skip # Times out. Please triage this failure. 37 Language/Classes/declarations_t32: Skip # Times out. Please triage this failure.
38 Language/Classes/declarations_t33: Skip # Times out. Please triage this failure. 38 Language/Classes/declarations_t33: Skip # Times out. Please triage this failure.
39 Language/Classes/declarations_t34: Skip # Times out. Please triage this failure. 39 Language/Classes/declarations_t34: Skip # Times out. Please triage this failure.
40 Language/Classes/Constructors/Generative_Constructors/initializing_formals_execu tion_t02: RuntimeError
41 Language/Classes/Getters/type_object_t01: RuntimeError # Please triage this fail ure. 40 Language/Classes/Getters/type_object_t01: RuntimeError # Please triage this fail ure.
42 Language/Classes/Getters/type_object_t02: RuntimeError # Please triage this fail ure. 41 Language/Classes/Getters/type_object_t02: RuntimeError # Please triage this fail ure.
43 Language/Classes/Setters/type_object_t01: RuntimeError # Please triage this fail ure. 42 Language/Classes/Setters/type_object_t01: RuntimeError # Please triage this fail ure.
44 Language/Classes/Setters/type_object_t02: RuntimeError # Please triage this fail ure. 43 Language/Classes/Setters/type_object_t02: RuntimeError # Please triage this fail ure.
45 Language/Classes/Static_Methods/type_object_t01: RuntimeError # Please triage th is failure. 44 Language/Classes/Static_Methods/type_object_t01: RuntimeError # Please triage th is failure.
46 Language/Classes/Static_Methods/type_object_t02: RuntimeError # Please triage th is failure. 45 Language/Classes/Static_Methods/type_object_t02: RuntimeError # Please triage th is failure.
47 Language/Expressions/Assignment/super_assignment_failed_t05: RuntimeError # Issu e 25671 46 Language/Expressions/Assignment/super_assignment_failed_t05: RuntimeError # Issu e 25671
48 Language/Expressions/Function_Invocation/async_generator_invokation_t08: Skip # Times out. Issue 25967 47 Language/Expressions/Function_Invocation/async_generator_invokation_t08: Skip # Times out. Issue 25967
49 Language/Expressions/Function_Invocation/async_generator_invokation_t10: Skip # Times out. Issue 25967 48 Language/Expressions/Function_Invocation/async_generator_invokation_t10: Skip # Times out. Issue 25967
50 Language/Expressions/Identifier_Reference/built_in_identifier_t35: Fail # Issue 25732 49 Language/Expressions/Identifier_Reference/built_in_identifier_t35: Fail # Issue 25732
(...skipping 1319 matching lines...) Expand 10 before | Expand all | Expand 10 after
1370 LayoutTests/fast/xpath/xpath-result-eventlistener-crash_t01: RuntimeError # co19 -roll r761: Please triage this failure. 1369 LayoutTests/fast/xpath/xpath-result-eventlistener-crash_t01: RuntimeError # co19 -roll r761: Please triage this failure.
1371 LibTest/html/Node/ownerDocument_A01_t01: RuntimeError # co19-roll r722: Issue 18 251 1370 LibTest/html/Node/ownerDocument_A01_t01: RuntimeError # co19-roll r722: Issue 18 251
1372 WebPlatformTest/DOMEvents/approved/Propagation.path.target.removed_t01: RuntimeE rror # co19-roll r738: Please triage this failure. 1371 WebPlatformTest/DOMEvents/approved/Propagation.path.target.removed_t01: RuntimeE rror # co19-roll r738: Please triage this failure.
1373 WebPlatformTest/custom-elements/instantiating/createElementNS_A05_t01: RuntimeEr ror # co19-roll r722: Please triage this failure. 1372 WebPlatformTest/custom-elements/instantiating/createElementNS_A05_t01: RuntimeEr ror # co19-roll r722: Please triage this failure.
1374 WebPlatformTest/custom-elements/instantiating/createElement_A05_t01: RuntimeErro r # co19-roll r722: Please triage this failure. 1373 WebPlatformTest/custom-elements/instantiating/createElement_A05_t01: RuntimeErro r # co19-roll r722: Please triage this failure.
1375 WebPlatformTest/html-templates/parsing-html-templates/clearing-the-stack-back-to -a-given-context/clearing-stack-back-to-a-table-body-context_t01: RuntimeError # co19-roll r722: Please triage this failure. 1374 WebPlatformTest/html-templates/parsing-html-templates/clearing-the-stack-back-to -a-given-context/clearing-stack-back-to-a-table-body-context_t01: RuntimeError # co19-roll r722: Please triage this failure.
1376 WebPlatformTest/html-templates/parsing-html-templates/clearing-the-stack-back-to -a-given-context/clearing-stack-back-to-a-table-context_t01: RuntimeError # co19 -roll r722: Please triage this failure. 1375 WebPlatformTest/html-templates/parsing-html-templates/clearing-the-stack-back-to -a-given-context/clearing-stack-back-to-a-table-context_t01: RuntimeError # co19 -roll r722: Please triage this failure.
1377 WebPlatformTest/html-templates/parsing-html-templates/clearing-the-stack-back-to -a-given-context/clearing-stack-back-to-a-table-row-context_t01: RuntimeError # co19-roll r722: Please triage this failure. 1376 WebPlatformTest/html-templates/parsing-html-templates/clearing-the-stack-back-to -a-given-context/clearing-stack-back-to-a-table-row-context_t01: RuntimeError # co19-roll r722: Please triage this failure.
1378 WebPlatformTest/html/semantics/forms/textfieldselection/selection_t01: RuntimeEr ror # co19-roll r738: Please triage this failure. 1377 WebPlatformTest/html/semantics/forms/textfieldselection/selection_t01: RuntimeEr ror # co19-roll r738: Please triage this failure.
1379 WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/ownerdocume nt-001_t01: RuntimeError # co19-roll r722: Please triage this failure. 1378 WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/ownerdocume nt-001_t01: RuntimeError # co19-roll r722: Please triage this failure.
OLDNEW
« no previous file with comments | « runtime/vm/parser.cc ('k') | tests/co19/co19-kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698