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

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

Issue 774933009: Revert "Disable the irregexp backend." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years 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 | Annotate | Revision Log
« no previous file with comments | « runtime/lib/regexp.cc ('k') | tests/co19/co19-runtime.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 == dart2dart && $builder_tag == new_backend ] 5 [ $compiler == dart2dart && $builder_tag == new_backend ]
6 LibTest/collection/ListBase/ListBase_class_A01_t02: Crash # issue 19953 6 LibTest/collection/ListBase/ListBase_class_A01_t02: Crash # issue 19953
7 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Crash # issue 19953 7 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Crash # issue 19953
8 LibTest/core/List/List_class_A01_t02: Crash # issue 19953 8 LibTest/core/List/List_class_A01_t02: Crash # issue 19953
9 9
10 [ $compiler == dart2dart && $builder_tag != new_backend ] 10 [ $compiler == dart2dart && $builder_tag != new_backend ]
(...skipping 12 matching lines...) Expand all
23 Language/07_Classes/6_Constructors/1_Generative_Constructors_A12_t02: fail # 133 63 23 Language/07_Classes/6_Constructors/1_Generative_Constructors_A12_t02: fail # 133 63
24 24
25 LibTest/core/Function/apply_A01_t01: RuntimeError # Issue 21673 25 LibTest/core/Function/apply_A01_t01: RuntimeError # Issue 21673
26 26
27 27
28 Language/13_Statements/04_Local_Function_Declaration_A04_t01: Fail, MissingCompi leTimeError # co19-roll r607: Please triage this failure 28 Language/13_Statements/04_Local_Function_Declaration_A04_t01: Fail, MissingCompi leTimeError # co19-roll r607: Please triage this failure
29 29
30 Language/12_Expressions/12_Instance_Creation/1_New_A04_t02: RuntimeError # co19- roll r607: Please triage this failure 30 Language/12_Expressions/12_Instance_Creation/1_New_A04_t02: RuntimeError # co19- roll r607: Please triage this failure
31 Language/12_Expressions/17_Getter_Invocation_A07_t02: Pass, RuntimeError # co19- roll r607: Please triage this failure 31 Language/12_Expressions/17_Getter_Invocation_A07_t02: Pass, RuntimeError # co19- roll r607: Please triage this failure
32 LibTest/core/Invocation/memberName_A01_t01: Pass, RuntimeError # co18-roll r607: Please triage this failure 32 LibTest/core/Invocation/memberName_A01_t01: Pass, RuntimeError # co18-roll r607: Please triage this failure
33 LibTest/core/RegExp/Pattern_semantics/splitQueryString_A02_t01: RuntimeError # c o19-roll r607: Please triage this failure
34 LibTest/core/Symbol/Symbol_A01_t03: RuntimeError # co19-roll r607: Please triage this failure 33 LibTest/core/Symbol/Symbol_A01_t03: RuntimeError # co19-roll r607: Please triage this failure
35 LibTest/core/Symbol/Symbol_A01_t05: RuntimeError # co19-roll r607: Please triage this failure 34 LibTest/core/Symbol/Symbol_A01_t05: RuntimeError # co19-roll r607: Please triage this failure
36 35
37 Language/07_Classes/9_Superclasses/1_Inheritance_and_Overriding_A01_t03: Fail # TODO(dart2dart-team): Please triage this failure. 36 Language/07_Classes/9_Superclasses/1_Inheritance_and_Overriding_A01_t03: Fail # TODO(dart2dart-team): Please triage this failure.
38 37
39 Language/03_Overview/2_Privacy_A01_t19: Fail # Calling unresolved class construc tor. 38 Language/03_Overview/2_Privacy_A01_t19: Fail # Calling unresolved class construc tor.
40 Language/03_Overview/2_Privacy_A01_t20: Fail # Calling unresolved class construc tor. 39 Language/03_Overview/2_Privacy_A01_t20: Fail # Calling unresolved class construc tor.
41 Language/07_Classes/6_Constructors_A03_t03: Fail # Calling unresolved class cons tructor. 40 Language/07_Classes/6_Constructors_A03_t03: Fail # Calling unresolved class cons tructor.
42 41
43 Language/03_Overview/1_Scoping_A02_t05: Fail # Inherited from dart2js 42 Language/03_Overview/1_Scoping_A02_t05: Fail # Inherited from dart2js
44 Language/03_Overview/1_Scoping_A02_t06: Fail # inherited from dart2js 43 Language/03_Overview/1_Scoping_A02_t06: Fail # inherited from dart2js
45 Language/07_Classes/3_Setters_A04_t01: Fail # inherited from VM 44 Language/07_Classes/3_Setters_A04_t01: Fail # inherited from VM
46 Language/07_Classes/3_Setters_A04_t02: Fail # inherited from VM 45 Language/07_Classes/3_Setters_A04_t02: Fail # inherited from VM
47 Language/07_Classes/3_Setters_A04_t07: Fail # inherited from VM 46 Language/07_Classes/3_Setters_A04_t07: Fail # inherited from VM
48 Language/12_Expressions/01_Constants_A03_t01: Fail # Issue 13652 47 Language/12_Expressions/01_Constants_A03_t01: Fail # Issue 13652
49 48
50 LibTest/core/Match/operator_subscript_A01_t01: Fail # inherited from VM
51 LibTest/core/Match/operator_subscript_A01_t01: Fail, OK # co19 issue 294
52 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail # inherited from VM
53 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail, OK # co19 i ssue 294
54 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # inherited from VM
55 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail 49 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail
56 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # i nherited from VM 50 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # i nherited from VM
57 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il # inherited from VM 51 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il # inherited from VM
58 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il 52 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il
59 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il 53 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il
60 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail # inherited from VM
61 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail, OK # co19 i ssue 294
62 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail # issue 1250 8
63 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # co19 issue 294 54 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # co19 issue 294
64 LibTest/core/int/operator_left_shift_A01_t02: Fail, OK # co19 issue 129 55 LibTest/core/int/operator_left_shift_A01_t02: Fail, OK # co19 issue 129
65 LibTest/core/int/toRadixString_A01_t01: Fail # inherited from VM 56 LibTest/core/int/toRadixString_A01_t01: Fail # inherited from VM
66 LibTest/isolate/ReceivePort/receive_A01_t02: Fail, OK # co19 issue 276 57 LibTest/isolate/ReceivePort/receive_A01_t02: Fail, OK # co19 issue 276
67 LibTest/math/tan_A01_t01: Fail # Issue co19 - 44 58 LibTest/math/tan_A01_t01: Fail # Issue co19 - 44
68 LibTest/typed_data/Float32x4/equal_A01_t01: Skip # co19 issue 656 59 LibTest/typed_data/Float32x4/equal_A01_t01: Skip # co19 issue 656
69 LibTest/typed_data/Float32x4/notEqual_A01_t01: Skip # co19 issue 656 60 LibTest/typed_data/Float32x4/notEqual_A01_t01: Skip # co19 issue 656
70 LibTest/typed_data/Float32x4/greaterThan_A01_t01: Skip # co19 issue 656 61 LibTest/typed_data/Float32x4/greaterThan_A01_t01: Skip # co19 issue 656
71 LibTest/typed_data/Float32x4/greaterThanOrEqual_A01_t01: Skip # co19 issue 656 62 LibTest/typed_data/Float32x4/greaterThanOrEqual_A01_t01: Skip # co19 issue 656
72 LibTest/typed_data/Float32x4/lessThan_A01_t01: Skip # co19 issue 656 63 LibTest/typed_data/Float32x4/lessThan_A01_t01: Skip # co19 issue 656
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 118
128 LibTest/isolate/Isolate/spawn_A02_t02: RuntimeError # Dart issue 15617 119 LibTest/isolate/Isolate/spawn_A02_t02: RuntimeError # Dart issue 15617
129 LibTest/isolate/Isolate/spawnUri_A02_t01: RuntimeError # Dart issue 15617 120 LibTest/isolate/Isolate/spawnUri_A02_t01: RuntimeError # Dart issue 15617
130 121
131 [ $compiler == dart2dart && $minified ] 122 [ $compiler == dart2dart && $minified ]
132 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A01_t02: fail # co19-roll r559: Please triage this failure 123 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A01_t02: fail # co19-roll r559: Please triage this failure
133 Language/12_Expressions/17_Getter_Invocation_A02_t01: fail # co19-roll r559: Ple ase triage this failure 124 Language/12_Expressions/17_Getter_Invocation_A02_t01: fail # co19-roll r559: Ple ase triage this failure
134 Language/12_Expressions/18_Assignment_A05_t02: fail # co19-roll r559: Please tri age this failure 125 Language/12_Expressions/18_Assignment_A05_t02: fail # co19-roll r559: Please tri age this failure
135 Language/12_Expressions/18_Assignment_A05_t04: fail # co19-roll r559: Please tri age this failure 126 Language/12_Expressions/18_Assignment_A05_t04: fail # co19-roll r559: Please tri age this failure
136 LibTest/convert/JsonCodec/encode_A01_t02: RuntimeError # co19-roll r641: Please triage this failure 127 LibTest/convert/JsonCodec/encode_A01_t02: RuntimeError # co19-roll r641: Please triage this failure
OLDNEW
« no previous file with comments | « runtime/lib/regexp.cc ('k') | tests/co19/co19-runtime.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698