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

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

Issue 82953002: Inline the fixed array constructor manually in the SSA builder. Also track whether a fixed array ev… (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 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
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 == dart2js && $runtime == jsshell ] 5 [ $compiler == dart2js && $runtime == jsshell ]
6 LibTest/core/List/sort_A01_t04: Fail, Pass, Timeout # Must be a bug in jsshell, test sometimes times out. 6 LibTest/core/List/sort_A01_t04: Fail, Pass, Timeout # Must be a bug in jsshell, test sometimes times out.
7 LibTest/core/RegExp/Pattern_semantics/splitQueryString_A02_t01: RuntimeError # c o19-roll r607: Please triage this failure 7 LibTest/core/RegExp/Pattern_semantics/splitQueryString_A02_t01: RuntimeError # c o19-roll r607: Please triage this failure
8 8
9 [ $compiler == dart2js && $checked && $runtime == ie9 ] 9 [ $compiler == dart2js && $checked && $runtime == ie9 ]
10 LibTest/core/Uri/encodeFull_A01_t02: Pass, Slow 10 LibTest/core/Uri/encodeFull_A01_t02: Pass, Slow
11 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout # co19-roll r576: P lease triage this failure 11 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout # co19-roll r576: P lease triage this failure
12 12
13 13
14 # Crashes first, please. Then untriaged bugs. There is a section below 14 # Crashes first, please. Then untriaged bugs. There is a section below
15 # for co19 bugs. 15 # for co19 bugs.
16 [ $compiler == dart2js ] 16 [ $compiler == dart2js ]
17 Language/13_Statements/04_Local_Function_Declaration_A04_t01: MissingCompileTime Error # co19-roll r607: Please triage this failure 17 Language/13_Statements/04_Local_Function_Declaration_A04_t01: MissingCompileTime Error # co19-roll r607: Please triage this failure
18 Language/13_Statements/04_Local_Function_Declaration_A04_t03: MissingCompileTime Error # co19-roll r667: Please triage this failure 18 Language/13_Statements/04_Local_Function_Declaration_A04_t03: MissingCompileTime Error # co19-roll r667: Please triage this failure
19 Language/07_Classes/07_Classes_A13_t02: Fail # Missing CT error on member with s ame name a type parameter 19 Language/07_Classes/07_Classes_A13_t02: Fail # Missing CT error on member with s ame name a type parameter
20 Language/07_Classes/07_Classes_A13_t03: Fail # Missing CT error on member with s ame name a type parameter 20 Language/07_Classes/07_Classes_A13_t03: Fail # Missing CT error on member with s ame name a type parameter
21 Language/07_Classes/07_Classes_A13_t05: Fail # Missing CT error on member with s ame name a type parameter 21 Language/07_Classes/07_Classes_A13_t05: Fail # Missing CT error on member with s ame name a type parameter
22 Language/07_Classes/07_Classes_A13_t06: Fail # Missing CT error on member with s ame name a type parameter 22 Language/07_Classes/07_Classes_A13_t06: Fail # Missing CT error on member with s ame name a type parameter
23 Language/07_Classes/07_Classes_A13_t08: Fail # Missing CT error on member with s ame name a type parameter 23 Language/07_Classes/07_Classes_A13_t08: Fail # Missing CT error on member with s ame name a type parameter
24 Language/07_Classes/07_Classes_A13_t09: Fail # Missing CT error on member with s ame name a type parameter 24 Language/07_Classes/07_Classes_A13_t09: Fail # Missing CT error on member with s ame name a type parameter
25 Language/03_Overview/1_Scoping_A02_t05: CompileTimeError # TODO(ahe): Please tri age this failure. 25 Language/03_Overview/1_Scoping_A02_t05: CompileTimeError # TODO(ahe): Please tri age this failure.
26 Language/03_Overview/1_Scoping_A02_t06: CompileTimeError # TODO(ahe): Please tri age this failure. 26 Language/03_Overview/1_Scoping_A02_t06: CompileTimeError # TODO(ahe): Please tri age this failure.
27 Language/05_Variables/05_Variables_A11_t01: fail 27 Language/05_Variables/05_Variables_A11_t01: fail
28 LibTest/core/double/INFINITY_A01_t04: RuntimeError # TODO(ahe): Please triage th is failure. 28 LibTest/core/double/INFINITY_A01_t04: RuntimeError # TODO(ahe): Please triage th is failure.
29 LibTest/core/double/NEGATIVE_INFINITY_A01_t04: RuntimeError # TODO(ahe): Please triage this failure. 29 LibTest/core/double/NEGATIVE_INFINITY_A01_t04: RuntimeError # TODO(ahe): Please triage this failure.
30 LibTest/core/List/List_A03_t01: RuntimeError # TODO(kasperl): Please triage this failure.
31 30
32 LibTest/typed_data/ByteData/getFloat32_A02_t02: fail # co19-roll r569: Please tr iage this failure 31 LibTest/typed_data/ByteData/getFloat32_A02_t02: fail # co19-roll r569: Please tr iage this failure
33 LibTest/typed_data/ByteData/getFloat64_A02_t02: fail # co19-roll r569: Please tr iage this failure 32 LibTest/typed_data/ByteData/getFloat64_A02_t02: fail # co19-roll r569: Please tr iage this failure
34 LibTest/typed_data/ByteData/getInt16_A02_t02: fail # co19-roll r569: Please tria ge this failure 33 LibTest/typed_data/ByteData/getInt16_A02_t02: fail # co19-roll r569: Please tria ge this failure
35 LibTest/typed_data/ByteData/getInt32_A02_t02: fail # co19-roll r569: Please tria ge this failure 34 LibTest/typed_data/ByteData/getInt32_A02_t02: fail # co19-roll r569: Please tria ge this failure
36 LibTest/typed_data/ByteData/getInt64_A02_t02: fail # co19-roll r569: Please tria ge this failure 35 LibTest/typed_data/ByteData/getInt64_A02_t02: fail # co19-roll r569: Please tria ge this failure
37 LibTest/typed_data/ByteData/getUint16_A02_t02: fail # co19-roll r569: Please tri age this failure 36 LibTest/typed_data/ByteData/getUint16_A02_t02: fail # co19-roll r569: Please tri age this failure
38 LibTest/typed_data/ByteData/getUint32_A02_t02: fail # co19-roll r569: Please tri age this failure 37 LibTest/typed_data/ByteData/getUint32_A02_t02: fail # co19-roll r569: Please tri age this failure
39 LibTest/typed_data/ByteData/getUint64_A02_t02: fail # co19-roll r569: Please tri age this failure 38 LibTest/typed_data/ByteData/getUint64_A02_t02: fail # co19-roll r569: Please tri age this failure
40 LibTest/typed_data/ByteData/setFloat32_A02_t02: fail # co19-roll r569: Please tr iage this failure 39 LibTest/typed_data/ByteData/setFloat32_A02_t02: fail # co19-roll r569: Please tr iage this failure
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 Language/14_Libraries_and_Scripts/4_Scripts_A03_t01: fail # co19-roll r546: Plea se triage this failure 431 Language/14_Libraries_and_Scripts/4_Scripts_A03_t01: fail # co19-roll r546: Plea se triage this failure
433 Language/14_Libraries_and_Scripts/5_URIs_A01_t01: fail # co19-roll r546: Please triage this failure 432 Language/14_Libraries_and_Scripts/5_URIs_A01_t01: fail # co19-roll r546: Please triage this failure
434 Language/14_Libraries_and_Scripts/5_URIs_A01_t11: fail # co19-roll r546: Please triage this failure 433 Language/14_Libraries_and_Scripts/5_URIs_A01_t11: fail # co19-roll r546: Please triage this failure
435 Language/14_Libraries_and_Scripts/5_URIs_A01_t21: fail # co19-roll r546: Please triage this failure 434 Language/14_Libraries_and_Scripts/5_URIs_A01_t21: fail # co19-roll r546: Please triage this failure
436 Language/15_Types/4_Interface_Types_A11_t01: crash # co19-roll r546: Please tria ge this failure 435 Language/15_Types/4_Interface_Types_A11_t01: crash # co19-roll r546: Please tria ge this failure
437 Language/15_Types/4_Interface_Types_A11_t02: crash # co19-roll r546: Please tria ge this failure 436 Language/15_Types/4_Interface_Types_A11_t02: crash # co19-roll r546: Please tria ge this failure
438 Language/15_Types/4_Interface_Types_A12_t10: fail # co19-roll r546: Please triag e this failure 437 Language/15_Types/4_Interface_Types_A12_t10: fail # co19-roll r546: Please triag e this failure
439 LibTest/core/DateTime/DateTime_A01_t03: fail # co19-roll r546: Please triage thi s failure 438 LibTest/core/DateTime/DateTime_A01_t03: fail # co19-roll r546: Please triage thi s failure
440 LibTest/core/DateTime/parse_A03_t01: fail # co19-roll r546: Please triage this f ailure 439 LibTest/core/DateTime/parse_A03_t01: fail # co19-roll r546: Please triage this f ailure
441 LibTest/core/Duration/operator_div_A01_t01: fail # co19-roll r546: Please triage this failure 440 LibTest/core/Duration/operator_div_A01_t01: fail # co19-roll r546: Please triage this failure
442 LibTest/core/List/List_A02_t01: fail # co19-roll r546: Please triage this failur e
443 LibTest/core/Match/pattern_A01_t01: fail # co19-roll r559: Please triage this fa ilure 441 LibTest/core/Match/pattern_A01_t01: fail # co19-roll r559: Please triage this fa ilure
444 LibTest/core/RegExp/allMatches_A01_t01: fail # co19-roll r559: Please triage thi s failure 442 LibTest/core/RegExp/allMatches_A01_t01: fail # co19-roll r559: Please triage thi s failure
445 LibTest/isolate/IsolateStream/any_A02_t01: fail # co19-roll r546: Please triage this failure 443 LibTest/isolate/IsolateStream/any_A02_t01: fail # co19-roll r546: Please triage this failure
446 LibTest/isolate/IsolateStream/contains_A02_t01: fail # co19-roll r546: Please tr iage this failure 444 LibTest/isolate/IsolateStream/contains_A02_t01: fail # co19-roll r546: Please tr iage this failure
447 LibTest/isolate/SendPort/send_A01_t01: fail # co19-roll r546: Please triage this failure 445 LibTest/isolate/SendPort/send_A01_t01: fail # co19-roll r546: Please triage this failure
448 LibTest/typed_data/Float32List/Float32List.view_A05_t01: RuntimeError # co19-rol l r559: Please triage this failure 446 LibTest/typed_data/Float32List/Float32List.view_A05_t01: RuntimeError # co19-rol l r559: Please triage this failure
449 LibTest/typed_data/Float32List/Float32List.view_A05_t02: RuntimeError # co19-rol l r559: Please triage this failure 447 LibTest/typed_data/Float32List/Float32List.view_A05_t02: RuntimeError # co19-rol l r559: Please triage this failure
450 LibTest/typed_data/Float32List/Float32List.view_A05_t03: RuntimeError # co19-rol l r559: Please triage this failure 448 LibTest/typed_data/Float32List/Float32List.view_A05_t03: RuntimeError # co19-rol l r559: Please triage this failure
451 LibTest/typed_data/Float32List/fold_A01_t01: fail # co19-roll r559: Please triag e this failure 449 LibTest/typed_data/Float32List/fold_A01_t01: fail # co19-roll r559: Please triag e this failure
452 LibTest/typed_data/Float32List/join_A01_t01: fail # co19-roll r559: Please triag e this failure 450 LibTest/typed_data/Float32List/join_A01_t01: fail # co19-roll r559: Please triag e this failure
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 LibTest/convert/JsonEncoder/convert_A01_t01: RuntimeError # co19-roll r667: Plea se triage this failure 588 LibTest/convert/JsonEncoder/convert_A01_t01: RuntimeError # co19-roll r667: Plea se triage this failure
591 589
592 LibTest/math/pow_A04_t01: fail # co19-roll r587: Please triage this failure 590 LibTest/math/pow_A04_t01: fail # co19-roll r587: Please triage this failure
593 LibTest/math/pow_A14_t01: fail # co19-roll r587: Please triage this failure 591 LibTest/math/pow_A14_t01: fail # co19-roll r587: Please triage this failure
594 LibTest/math/pow_A16_t01: fail # co19-roll r587: Please triage this failure 592 LibTest/math/pow_A16_t01: fail # co19-roll r587: Please triage this failure
595 593
596 LibTest/async/Stream/handleError_A04_t01: RuntimeError # co19-roll r641: Please triage this failure 594 LibTest/async/Stream/handleError_A04_t01: RuntimeError # co19-roll r641: Please triage this failure
597 LibTest/async/Stream/listen_A05_t01: RuntimeError # co19-roll r641: Please triag e this failure 595 LibTest/async/Stream/listen_A05_t01: RuntimeError # co19-roll r641: Please triag e this failure
598 LibTest/convert/JsonCodec/encode_A01_t01: RuntimeError # co19-roll r641: Please triage this failure 596 LibTest/convert/JsonCodec/encode_A01_t01: RuntimeError # co19-roll r641: Please triage this failure
599 LibTest/convert/JsonCodec/encode_A01_t02: RuntimeError # co19-roll r641: Please triage this failure 597 LibTest/convert/JsonCodec/encode_A01_t02: RuntimeError # co19-roll r641: Please triage this failure
OLDNEW
« no previous file with comments | « sdk/lib/_internal/compiler/implementation/types/types.dart ('k') | tests/corelib/corelib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698