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

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

Issue 1624593002: Adds targets for simarmv6 and armv6 (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Add xcode settings for simarmv6 and v5te Created 4 years, 11 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/cpu_arm.cc ('k') | tests/language/language.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 5
6 [ ($compiler == none || $compiler == precompiler) && (($runtime == vm || $runtim e == dart_precompiled) || $runtime == dartium || $runtime == ContentShellOnAndro id) ] 6 [ ($compiler == none || $compiler == precompiler) && (($runtime == vm || $runtim e == dart_precompiled) || $runtime == dartium || $runtime == ContentShellOnAndro id) ]
7 7
8 # Failures ok in tests below. VM moves super initializer to end of list. 8 # Failures ok in tests below. VM moves super initializer to end of list.
9 Language/Classes/Constructors/Generative_Constructors/execution_t03: Fail, OK 9 Language/Classes/Constructors/Generative_Constructors/execution_t03: Fail, OK
10 Language/Expressions/Instance_Creation/New/execution_t04: Fail, OK 10 Language/Expressions/Instance_Creation/New/execution_t04: Fail, OK
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 # These tests take too much memory (300 MB) for our 1 GB test machine. 67 # These tests take too much memory (300 MB) for our 1 GB test machine.
68 # co19 issue 673. http://code.google.com/p/co19/issues/detail?id=673 68 # co19 issue 673. http://code.google.com/p/co19/issues/detail?id=673
69 LibTest/core/List/List_class_A01_t02: Skip # co19 issue 673 69 LibTest/core/List/List_class_A01_t02: Skip # co19 issue 673
70 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # co19 issue 673 70 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # co19 issue 673
71 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # co19 issue 673 71 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # co19 issue 673
72 72
73 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) && $arch == mips && $mode == debug ] 73 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) && $arch == mips && $mode == debug ]
74 LibTest/isolate/Isolate/spawnUri_A01_t04: Crash, Pass # Issue 17440 74 LibTest/isolate/Isolate/spawnUri_A01_t04: Crash, Pass # Issue 17440
75 LibTest/isolate/Isolate/spawn_A01_t04: Crash, Pass # Issue 17440 75 LibTest/isolate/Isolate/spawn_A01_t04: Crash, Pass # Issue 17440
76 76
77 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) && ($arch == simarm || $arch == simarmv5te || $arch == sim mips || $arch == simarm64) ] 77 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) && ($arch == simarm || $arch == simarmv6 || $arch == simar mv5te || $arch == simmips || $arch == simarm64) ]
78 LibTest/core/Uri/Uri_A06_t03: Skip # Timeout 78 LibTest/core/Uri/Uri_A06_t03: Skip # Timeout
79 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Skip # Timeout 79 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Skip # Timeout
80 LibTest/collection/ListBase/ListBase_class_A01_t01: Skip # Timeout 80 LibTest/collection/ListBase/ListBase_class_A01_t01: Skip # Timeout
81 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # Timeout 81 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # Timeout
82 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # Timeout 82 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # Timeout
83 83
84 [ ($compiler == none || $compiler == precompiler) && $system == windows ] 84 [ ($compiler == none || $compiler == precompiler) && $system == windows ]
85 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Slow 85 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Slow
86 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Slow 86 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Slow
87 87
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout 149 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout
150 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout 150 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout
151 Language/Mixins/Mixin_Application/error_t01: Pass 151 Language/Mixins/Mixin_Application/error_t01: Pass
152 Language/Mixins/Mixin_Application/error_t02: Pass 152 Language/Mixins/Mixin_Application/error_t02: Pass
153 Language/Mixins/declaring_constructor_t01: Pass 153 Language/Mixins/declaring_constructor_t01: Pass
154 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/deferred_t ype_t01: Pass 154 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/deferred_t ype_t01: Pass
155 Language/Metadata/*: Skip # Uses dart:mirrors 155 Language/Metadata/*: Skip # Uses dart:mirrors
156 156
157 [ $runtime == dart_precompiled ] 157 [ $runtime == dart_precompiled ]
158 LibTest/isolate/Isolate/spawnUri*: RuntimeError # Isolate.spawnUri 158 LibTest/isolate/Isolate/spawnUri*: RuntimeError # Isolate.spawnUri
OLDNEW
« no previous file with comments | « runtime/vm/cpu_arm.cc ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698