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

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

Issue 25251003: Allow import/export of libraries with no name. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update status Created 7 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « tests/co19/co19-dart2dart.status ('k') | no next file » | 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 == dart2js && $runtime == jsshell ] 5 [ $compiler == dart2js && $runtime == jsshell ]
6 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t his crash. 6 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t his crash.
7 LibTest/core/List/sort_A01_t04: Fail, Pass, Timeout # Must be a bug in jsshell, test sometimes times out. 7 LibTest/core/List/sort_A01_t04: Fail, Pass, Timeout # Must be a bug in jsshell, test sometimes times out.
8 8
9 [ $compiler == dart2js && $checked && $runtime == ie9 ] 9 [ $compiler == dart2js && $checked && $runtime == ie9 ]
10 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout # co19-roll r576: P lease triage this failure 10 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout # co19-roll r576: P lease triage this failure
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 LibTest/typed_data/ByteData/setUint8_A02_t01: fail # Issue 12989 221 LibTest/typed_data/ByteData/setUint8_A02_t01: fail # Issue 12989
222 LibTest/typed_data/ByteData/setUint8_A02_t02: fail # Issue 12989 222 LibTest/typed_data/ByteData/setUint8_A02_t02: fail # Issue 12989
223 LibTest/typed_data/ByteData/setUint8_A02_t02: fail # Issue 12989 223 LibTest/typed_data/ByteData/setUint8_A02_t02: fail # Issue 12989
224 224
225 LibTest/typed_data/Float32x4/toUint32x4_A01_t01: RuntimeError # co19 Issue 601 225 LibTest/typed_data/Float32x4/toUint32x4_A01_t01: RuntimeError # co19 Issue 601
226 LibTest/typed_data/Float32x4/toUint32x4_A01_t02: RuntimeError # co19 Issue 601 226 LibTest/typed_data/Float32x4/toUint32x4_A01_t02: RuntimeError # co19 Issue 601
227 LibTest/typed_data/Uint32x4/toFloat32x4_A01_t01: RuntimeError # co19 Issue 601 227 LibTest/typed_data/Uint32x4/toFloat32x4_A01_t01: RuntimeError # co19 Issue 601
228 LibTest/typed_data/Uint32x4/toFloat32x4_A01_t02: RuntimeError # co19 Issue 601 228 LibTest/typed_data/Uint32x4/toFloat32x4_A01_t02: RuntimeError # co19 Issue 601
229 LibTest/typed_data/Float32x4/clamp_A02_t01: RuntimeError # co19 Issue 600 229 LibTest/typed_data/Float32x4/clamp_A02_t01: RuntimeError # co19 Issue 600
230 230
231 Language/14_Libraries_and_Scripts/1_Imports_A01_t17: Fail # co19 Issue 603
232 Language/14_Libraries_and_Scripts/1_Imports_A04_t01: Fail # co19 Issue 603
233
234 Language/14_Libraries_and_Scripts/2_Exports_A05_t01: Fail # co19 Issue 604
231 235
232 [ $compiler == dart2js && $jscl ] 236 [ $compiler == dart2js && $jscl ]
233 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail, Pass # issue 3333 237 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail, Pass # issue 3333
234 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail, Pass # issue 3333 238 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail, Pass # issue 3333
235 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Ru ntimeError, OK # This is not rejected by V8. 239 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Ru ntimeError, OK # This is not rejected by V8.
236 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: RuntimeError, OK # co19 issue 92. 240 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: RuntimeError, OK # co19 issue 92.
237 LibTest/core/RegExp/firstMatch_A01_t01: RuntimeError, OK # Bad test, use Match.r egexp, not Match.pattern. 241 LibTest/core/RegExp/firstMatch_A01_t01: RuntimeError, OK # Bad test, use Match.r egexp, not Match.pattern.
238 LibTest/core/int/compareTo_A01_t01: RuntimeError, OK # Requires big int. 242 LibTest/core/int/compareTo_A01_t01: RuntimeError, OK # Requires big int.
239 LibTest/core/int/hashCode_A01_t01: RuntimeError, OK # co19 testing missing asser tion. 243 LibTest/core/int/hashCode_A01_t01: RuntimeError, OK # co19 testing missing asser tion.
240 LibTest/core/int/isEven_A01_t01: RuntimeError, OK # Not in API. 244 LibTest/core/int/isEven_A01_t01: RuntimeError, OK # Not in API.
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
444 Language/14_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t03: fail # co19- roll r546: Please triage this failure 448 Language/14_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t03: fail # co19- roll r546: Please triage this failure
445 Language/14_Libraries_and_Scripts/1_Imports_A02_t28: fail # co19-roll r546: Plea se triage this failure 449 Language/14_Libraries_and_Scripts/1_Imports_A02_t28: fail # co19-roll r546: Plea se triage this failure
446 Language/14_Libraries_and_Scripts/1_Imports_A02_t29: fail # co19-roll r546: Plea se triage this failure 450 Language/14_Libraries_and_Scripts/1_Imports_A02_t29: fail # co19-roll r546: Plea se triage this failure
447 Language/14_Libraries_and_Scripts/1_Imports_A03_t08: fail # co19-roll r546: Plea se triage this failure 451 Language/14_Libraries_and_Scripts/1_Imports_A03_t08: fail # co19-roll r546: Plea se triage this failure
448 Language/14_Libraries_and_Scripts/1_Imports_A03_t09: fail # co19-roll r546: Plea se triage this failure 452 Language/14_Libraries_and_Scripts/1_Imports_A03_t09: fail # co19-roll r546: Plea se triage this failure
449 Language/14_Libraries_and_Scripts/1_Imports_A03_t10: fail # co19-roll r546: Plea se triage this failure 453 Language/14_Libraries_and_Scripts/1_Imports_A03_t10: fail # co19-roll r546: Plea se triage this failure
450 Language/14_Libraries_and_Scripts/1_Imports_A03_t27: fail # co19-roll r546: Plea se triage this failure 454 Language/14_Libraries_and_Scripts/1_Imports_A03_t27: fail # co19-roll r546: Plea se triage this failure
451 Language/14_Libraries_and_Scripts/1_Imports_A03_t28: fail # co19-roll r546: Plea se triage this failure 455 Language/14_Libraries_and_Scripts/1_Imports_A03_t28: fail # co19-roll r546: Plea se triage this failure
452 Language/14_Libraries_and_Scripts/1_Imports_A03_t29: fail # co19-roll r546: Plea se triage this failure 456 Language/14_Libraries_and_Scripts/1_Imports_A03_t29: fail # co19-roll r546: Plea se triage this failure
453 Language/14_Libraries_and_Scripts/1_Imports_A03_t30: fail # co19-roll r546: Plea se triage this failure 457 Language/14_Libraries_and_Scripts/1_Imports_A03_t30: fail # co19-roll r546: Plea se triage this failure
454 Language/14_Libraries_and_Scripts/1_Imports_A04_t03: fail # co19-roll r546: Plea se triage this failure
455 Language/14_Libraries_and_Scripts/4_Scripts_A03_t01: fail # co19-roll r546: Plea se triage this failure 458 Language/14_Libraries_and_Scripts/4_Scripts_A03_t01: fail # co19-roll r546: Plea se triage this failure
456 Language/14_Libraries_and_Scripts/4_Scripts_A03_t03: fail # co19-roll r546: Plea se triage this failure 459 Language/14_Libraries_and_Scripts/4_Scripts_A03_t03: fail # co19-roll r546: Plea se triage this failure
457 Language/14_Libraries_and_Scripts/5_URIs_A01_t01: fail # co19-roll r546: Please triage this failure 460 Language/14_Libraries_and_Scripts/5_URIs_A01_t01: fail # co19-roll r546: Please triage this failure
458 Language/14_Libraries_and_Scripts/5_URIs_A01_t11: fail # co19-roll r546: Please triage this failure 461 Language/14_Libraries_and_Scripts/5_URIs_A01_t11: fail # co19-roll r546: Please triage this failure
459 Language/14_Libraries_and_Scripts/5_URIs_A01_t21: fail # co19-roll r546: Please triage this failure 462 Language/14_Libraries_and_Scripts/5_URIs_A01_t21: fail # co19-roll r546: Please triage this failure
460 Language/15_Types/4_Interface_Types_A11_t01: crash # co19-roll r546: Please tria ge this failure 463 Language/15_Types/4_Interface_Types_A11_t01: crash # co19-roll r546: Please tria ge this failure
461 Language/15_Types/4_Interface_Types_A11_t02: crash # co19-roll r546: Please tria ge this failure 464 Language/15_Types/4_Interface_Types_A11_t02: crash # co19-roll r546: Please tria ge this failure
462 Language/15_Types/4_Interface_Types_A11_t04: fail # co19-roll r546: Please triag e this failure 465 Language/15_Types/4_Interface_Types_A11_t04: fail # co19-roll r546: Please triag e this failure
463 Language/15_Types/4_Interface_Types_A12_t10: fail # co19-roll r546: Please triag e this failure 466 Language/15_Types/4_Interface_Types_A12_t10: fail # co19-roll r546: Please triag e this failure
464 LibTest/core/DateTime/DateTime_A01_t03: fail # co19-roll r546: Please triage thi s failure 467 LibTest/core/DateTime/DateTime_A01_t03: fail # co19-roll r546: Please triage thi s failure
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
609 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t08: fail # co1 9-roll r587: Please triage this failure 612 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t08: fail # co1 9-roll r587: Please triage this failure
610 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t09: fail # co1 9-roll r587: Please triage this failure 613 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t09: fail # co1 9-roll r587: Please triage this failure
611 Language/07_Classes/1_Instance_Methods_A03_t06: fail # co19-roll r587: Please tr iage this failure 614 Language/07_Classes/1_Instance_Methods_A03_t06: fail # co19-roll r587: Please tr iage this failure
612 Language/07_Classes/1_Instance_Methods_A07_t01: fail # co19-roll r587: Please tr iage this failure 615 Language/07_Classes/1_Instance_Methods_A07_t01: fail # co19-roll r587: Please tr iage this failure
613 Language/07_Classes/6_Constructors/2_Factories_A08_t02: fail # co19-roll r587: P lease triage this failure 616 Language/07_Classes/6_Constructors/2_Factories_A08_t02: fail # co19-roll r587: P lease triage this failure
614 Language/07_Classes/6_Constructors/2_Factories_A09_t01: fail # co19-roll r587: P lease triage this failure 617 Language/07_Classes/6_Constructors/2_Factories_A09_t01: fail # co19-roll r587: P lease triage this failure
615 Language/07_Classes/6_Constructors/2_Factories_A09_t02: fail # co19-roll r587: P lease triage this failure 618 Language/07_Classes/6_Constructors/2_Factories_A09_t02: fail # co19-roll r587: P lease triage this failure
616 Language/07_Classes/6_Constructors/2_Factories_A10_t02: fail # co19-roll r587: P lease triage this failure 619 Language/07_Classes/6_Constructors/2_Factories_A10_t02: fail # co19-roll r587: P lease triage this failure
617 Language/07_Classes/6_Constructors/2_Factories_A10_t03: fail # co19-roll r587: P lease triage this failure 620 Language/07_Classes/6_Constructors/2_Factories_A10_t03: fail # co19-roll r587: P lease triage this failure
618 Language/10_Generics/09_Generics_A01_t17: fail # co19-roll r587: Please triage t his failure 621 Language/10_Generics/09_Generics_A01_t17: fail # co19-roll r587: Please triage t his failure
619 LibTest/json/parse_A01_t01: fail # co19-roll r587: Please triage this failure
620 LibTest/json/parse_A02_t01: fail # co19-roll r587: Please triage this failure
621 LibTest/json/printOn_A01_t01: fail # co19-roll r587: Please triage this failure
622 LibTest/json/printOn_A02_t01: fail # co19-roll r587: Please triage this failure
623 LibTest/json/printOn_A03_t01: fail # co19-roll r587: Please triage this failure
624 LibTest/json/printOn_A03_t02: fail # co19-roll r587: Please triage this failure
625 LibTest/json/printOn_A03_t03: fail # co19-roll r587: Please triage this failure
626 LibTest/json/printOn_A04_t01: fail # co19-roll r587: Please triage this failure
627 622
628 [ $compiler == dart2js ] 623 [ $compiler == dart2js ]
629 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t04: fail # co19- roll r587: Please triage this failure 624 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t04: fail # co19- roll r587: Please triage this failure
630 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t04: fail # co19- roll r587: Please triage this failure 625 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t04: fail # co19- roll r587: Please triage this failure
631 LibTest/json/stringify_A01_t01: fail # co19-roll r587: Please triage this failur e 626 LibTest/json/stringify_A01_t01: fail # co19-roll r587: Please triage this failur e
632 LibTest/json/stringify_A02_t01: fail # co19-roll r587: Please triage this failur e 627 LibTest/json/stringify_A02_t01: fail # co19-roll r587: Please triage this failur e
628 LibTest/json/printOn_A01_t01: fail # co19-roll r587: Please triage this failure
629 LibTest/json/printOn_A02_t01: fail # co19-roll r587: Please triage this failure
633 LibTest/math/pow_A04_t01: fail # co19-roll r587: Please triage this failure 630 LibTest/math/pow_A04_t01: fail # co19-roll r587: Please triage this failure
634 LibTest/math/pow_A14_t01: fail # co19-roll r587: Please triage this failure 631 LibTest/math/pow_A14_t01: fail # co19-roll r587: Please triage this failure
635 LibTest/math/pow_A16_t01: fail # co19-roll r587: Please triage this failure 632 LibTest/math/pow_A16_t01: fail # co19-roll r587: Please triage this failure
636
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2dart.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698