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

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

Issue 487603003: Update CO19 test suite to r761 (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « dart/tests/co19/co19-dart2dart.status ('k') | dart/tests/co19/co19-dartium.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) 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 7
8 [ $compiler == dart2js && $checked && $runtime == ie9 ] 8 [ $compiler == dart2js && $checked && $runtime == ie9 ]
9 LibTest/core/Uri/encodeComponent_A01_t02: Skip 9 LibTest/core/Uri/encodeComponent_A01_t02: Skip
10 LibTest/core/Uri/encodeFull_A01_t02: Skip 10 LibTest/core/Uri/encodeFull_A01_t02: Skip
11 LibTest/core/Uri/encodeQueryComponent_A01_t02: Skip 11 LibTest/core/Uri/encodeQueryComponent_A01_t02: Skip
12 LayoutTests/fast/dom/HTMLLabelElement/form/test1_t01: RuntimeError # co19-roll r 722: Please triage this failure. 12 LayoutTests/fast/dom/HTMLLabelElement/form/test1_t01: RuntimeError # co19-roll r 722: Please triage this failure.
13 WebPlatformTest/DOMEvents/approved/Propagation.path.target.removed_t01: RuntimeE rror # co19-roll r738: Please triage this failure. 13 WebPlatformTest/DOMEvents/approved/Propagation.path.target.removed_t01: RuntimeE rror # co19-roll r738: Please triage this failure.
14 WebPlatformTest/html/dom/elements/global-attributes/dataset-enumeration_t01: Run timeError # co19-roll r738: Please triage this failure. 14 WebPlatformTest/html/dom/elements/global-attributes/dataset-enumeration_t01: Run timeError # co19-roll r738: Please triage this failure.
15 15
16 # Crashes first, please. Then untriaged bugs. There is a section below 16 # Crashes first, please. Then untriaged bugs. There is a section below
17 # for co19 bugs. 17 # for co19 bugs.
18 [ $compiler == dart2js ] 18 [ $compiler == dart2js ]
19 LayoutTests/fast/dom/Range/range-comparePoint_t01: Crash # Issue 18549
20 LayoutTests/fast/dom/Range/range-isPointInRange_t01: Crash # Issue 18549
21
22 LibTest/core/List/removeAt_A02_t01: RuntimeError # Issue 1533 19 LibTest/core/List/removeAt_A02_t01: RuntimeError # Issue 1533
23 LibTest/isolate/ReceivePort/receive_A01_t02: RuntimeError # Issue 6750 20 LibTest/isolate/ReceivePort/receive_A01_t02: RuntimeError # Issue 6750
24 Language/05_Variables/05_Variables_A11_t01: fail # Please triage this issue. 21 Language/05_Variables/05_Variables_A11_t01: fail # Please triage this issue.
25 22
26 Language/13_Statements/04_Local_Function_Declaration_A04_t01: MissingCompileTime Error # co19-roll r607: Please triage this failure 23 Language/13_Statements/04_Local_Function_Declaration_A04_t01: MissingCompileTime Error # co19-roll r607: Please triage this failure
27 Language/13_Statements/04_Local_Function_Declaration_A04_t03: MissingCompileTime Error # co19-roll r667: Please triage this failure 24 Language/13_Statements/04_Local_Function_Declaration_A04_t03: MissingCompileTime Error # co19-roll r667: Please triage this failure
28 Language/07_Classes/07_Classes_A13_t02: Fail # Missing CT error on member with s ame name a type parameter 25 Language/07_Classes/07_Classes_A13_t02: Fail # Missing CT error on member with s ame name a type parameter
29 Language/07_Classes/07_Classes_A13_t03: Fail # Missing CT error on member with s ame name a type parameter 26 Language/07_Classes/07_Classes_A13_t03: Fail # Missing CT error on member with s ame name a type parameter
30 Language/07_Classes/07_Classes_A13_t05: Fail # Missing CT error on member with s ame name a type parameter 27 Language/07_Classes/07_Classes_A13_t05: Fail # Missing CT error on member with s ame name a type parameter
31 Language/07_Classes/07_Classes_A13_t06: Fail # Missing CT error on member with s ame name a type parameter 28 Language/07_Classes/07_Classes_A13_t06: Fail # Missing CT error on member with s ame name a type parameter
(...skipping 29 matching lines...) Expand all
61 LibTest/typed_data/Uint32List/Uint32List_A02_t01: fail # co19-roll r576: Please triage this failure 58 LibTest/typed_data/Uint32List/Uint32List_A02_t01: fail # co19-roll r576: Please triage this failure
62 LibTest/typed_data/Uint8ClampedList/Uint8ClampedList_A02_t01: fail # co19-roll r 576: Please triage this failure 59 LibTest/typed_data/Uint8ClampedList/Uint8ClampedList_A02_t01: fail # co19-roll r 576: Please triage this failure
63 LibTest/typed_data/Uint8List/Uint8List_A02_t01: fail # co19-roll r576: Please tr iage this failure 60 LibTest/typed_data/Uint8List/Uint8List_A02_t01: fail # co19-roll r576: Please tr iage this failure
64 LibTest/typed_data/Float32x4/equal_A01_t01: Skip # co19 issue 656 61 LibTest/typed_data/Float32x4/equal_A01_t01: Skip # co19 issue 656
65 LibTest/typed_data/Float32x4/notEqual_A01_t01: Skip # co19 issue 656 62 LibTest/typed_data/Float32x4/notEqual_A01_t01: Skip # co19 issue 656
66 LibTest/typed_data/Float32x4/greaterThan_A01_t01: Skip # co19 issue 656 63 LibTest/typed_data/Float32x4/greaterThan_A01_t01: Skip # co19 issue 656
67 LibTest/typed_data/Float32x4/greaterThanOrEqual_A01_t01: Skip # co19 issue 656 64 LibTest/typed_data/Float32x4/greaterThanOrEqual_A01_t01: Skip # co19 issue 656
68 LibTest/typed_data/Float32x4/lessThan_A01_t01: Skip # co19 issue 656 65 LibTest/typed_data/Float32x4/lessThan_A01_t01: Skip # co19 issue 656
69 LibTest/typed_data/Float32x4/lessThanOrEqual_A01_t01: Skip # co19 issue 656 66 LibTest/typed_data/Float32x4/lessThanOrEqual_A01_t01: Skip # co19 issue 656
70 67
71 LayoutTests/fast/html/imports/import-events_t01: CompileTimeError # co19-roll r7 06: Please triage this failure
72 LibTest/html/HttpRequest/responseType_A01_t03: CompileTimeError # co19-roll r706 : Please triage this failure 68 LibTest/html/HttpRequest/responseType_A01_t03: CompileTimeError # co19-roll r706 : Please triage this failure
73 LibTest/html/IFrameElement/enteredView_A01_t01: CompileTimeError # co19-roll r70 6: Please triage this failure 69 LibTest/html/IFrameElement/enteredView_A01_t01: CompileTimeError # co19-roll r70 6: Please triage this failure
74 Language/12_Expressions/07_Maps_A11_t01: CompileTimeError # Maybe ok. Issue 1720 7 70 Language/12_Expressions/07_Maps_A11_t01: CompileTimeError # Maybe ok. Issue 1720 7
75 LibTest/isolate/SendPort/send_A01_t01: CompileTimeError # co19-roll r706: Please triage this failure 71 LibTest/isolate/SendPort/send_A01_t01: CompileTimeError # co19-roll r706: Please triage this failure
76 LibTest/isolate/SendPort/send_A01_t02: CompileTimeError # co19-roll r706: Please triage this failure 72 LibTest/isolate/SendPort/send_A01_t02: CompileTimeError # co19-roll r706: Please triage this failure
77 LibTest/isolate/SendPort/send_A01_t03: CompileTimeError # co19-roll r706: Please triage this failure 73 LibTest/isolate/SendPort/send_A01_t03: CompileTimeError # co19-roll r706: Please triage this failure
78 LibTest/isolate/Isolate/spawnUri_A02_t01: RuntimeError, Pass # Dart issue 15617 74 LibTest/isolate/Isolate/spawnUri_A02_t01: RuntimeError, Pass # Dart issue 15617
79 LibTest/math/Rectangle/boundingBox_A01_t01: RuntimeError, Pass # co19-roll r706: Please triage this failure. 75 LibTest/math/Rectangle/boundingBox_A01_t01: RuntimeError, Pass # co19-roll r706: Please triage this failure.
80 LibTest/math/MutableRectangle/boundingBox_A01_t01: RuntimeError, Pass # co19-rol l r706: Please triage this failure. 76 LibTest/math/MutableRectangle/boundingBox_A01_t01: RuntimeError, Pass # co19-rol l r706: Please triage this failure.
81 77
82 LayoutTests/fast/dom/HTMLLinkElement/link-onload-before-page-load_t01: CompileTi meError # co19-roll r722: Please triage this failure. 78 WebPlatformTest/dom/Node-replaceChild_t01: CompileTimeError # co19-roll r761: Pl ease triage this failure.
83 LayoutTests/fast/dom/HTMLLinkElement/link-onload2_t01: CompileTimeError # co19-r oll r722: Please triage this failure.
84 LayoutTests/fast/dom/HTMLScriptElement/script-load-events_t01: CompileTimeError # co19-roll r722: Please triage this failure.
85 LayoutTests/fast/dom/HTMLStyleElement/style-onload2_t01: CompileTimeError # co19 -roll r722: Please triage this failure.
86 LayoutTests/fast/dom/HTMLStyleElement/style-onload-before-page-load_t01: Compile TimeError # co19-roll r722: Please triage this failure.
87 WebPlatformTest/dom/nodes/Document-createElement_t01: CompileTimeError # co19-ro ll r722: Please triage this failure. 79 WebPlatformTest/dom/nodes/Document-createElement_t01: CompileTimeError # co19-ro ll r722: Please triage this failure.
88 WebPlatformTest/dom/nodes/DOMImplementation-createHTMLDocument_t01: CompileTimeE rror # co19-roll r722: Please triage this failure. 80 WebPlatformTest/dom/nodes/DOMImplementation-createHTMLDocument_t01: CompileTimeE rror # co19-roll r722: Please triage this failure.
89 WebPlatformTest/dom/nodes/Element-childElementCount-nochild_t01: CompileTimeErro r # co19-roll r722: Please triage this failure. 81 WebPlatformTest/dom/nodes/Element-childElementCount-nochild_t01: CompileTimeErro r # co19-roll r722: Please triage this failure.
90 WebPlatformTest/dom/nodes/Node-replaceChild_t01: CompileTimeError # co19-roll r7 22: Please triage this failure. 82 WebPlatformTest/dom/nodes/Node-replaceChild_t01: CompileTimeError # co19-roll r7 22: Please triage this failure.
91 WebPlatformTest/Utils/test/testFail_t01: RuntimeError # co19-roll r722: Please t riage this failure. 83 WebPlatformTest/Utils/test/testFail_t01: RuntimeError # co19-roll r722: Please t riage this failure.
92 84
93 [ $compiler == dart2js && $runtime != ie9 ] 85 [ $compiler == dart2js && $runtime != ie9 ]
94 LibTest/typed_data/ByteData/ByteData_A02_t01: fail # co19-roll r576: Please tria ge this failure 86 LibTest/typed_data/ByteData/ByteData_A02_t01: fail # co19-roll r576: Please tria ge this failure
95 LibTest/isolate/Isolate/spawn_A02_t02: RuntimeError, Pass # Dart issue 15617 87 LibTest/isolate/Isolate/spawn_A02_t02: RuntimeError, Pass # Dart issue 15617
96 88
(...skipping 1457 matching lines...) Expand 10 before | Expand all | Expand 10 after
1554 LibTest/convert/JsonCodec/encode_A01_t01: RuntimeError # co19-roll r641: Please triage this failure 1546 LibTest/convert/JsonCodec/encode_A01_t01: RuntimeError # co19-roll r641: Please triage this failure
1555 LibTest/convert/JsonCodec/encode_A01_t02: RuntimeError # co19-roll r641: Please triage this failure 1547 LibTest/convert/JsonCodec/encode_A01_t02: RuntimeError # co19-roll r641: Please triage this failure
1556 1548
1557 [ $compiler == dart2js && $runtime == d8 && $system == windows ] 1549 [ $compiler == dart2js && $runtime == d8 && $system == windows ]
1558 LibTest/async/DeferredLibrary/*: Skip # Issue 17458 1550 LibTest/async/DeferredLibrary/*: Skip # Issue 17458
1559 1551
1560 [ $compiler == dart2js && $mode == debug ] 1552 [ $compiler == dart2js && $mode == debug ]
1561 LibTest/collection/ListBase/ListBase_class_A01_t01: Pass, Timeout 1553 LibTest/collection/ListBase/ListBase_class_A01_t01: Pass, Timeout
1562 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Pass, Timeout 1554 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Pass, Timeout
1563 LibTest/core/List/List_class_A01_t01: Pass, Timeout 1555 LibTest/core/List/List_class_A01_t01: Pass, Timeout
OLDNEW
« no previous file with comments | « dart/tests/co19/co19-dart2dart.status ('k') | dart/tests/co19/co19-dartium.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698