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

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

Issue 1701163002: Mark tests using large amounts of memory as skip on arm64. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 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 | « no previous file | 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 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Fail 52 Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Fail
53 Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Fail 53 Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Fail
54 Language/Libraries_and_Scripts/Parts/syntax_t06: Fail 54 Language/Libraries_and_Scripts/Parts/syntax_t06: Fail
55 55
56 [ ($runtime == vm || $runtime == dart_precompiled) ] 56 [ ($runtime == vm || $runtime == dart_precompiled) ]
57 LibTest/math/MutableRectangle/MutableRectangle.fromPoints_A01_t01: Pass, Runtime Error # co19-roll r607: Please triage this failure 57 LibTest/math/MutableRectangle/MutableRectangle.fromPoints_A01_t01: Pass, Runtime Error # co19-roll r607: Please triage this failure
58 58
59 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) && $mode == debug ] 59 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) && $mode == debug ]
60 LibTest/core/List/List_class_A01_t02: Pass, Slow 60 LibTest/core/List/List_class_A01_t02: Pass, Slow
61 61
62 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) && ($arch != x64 && $arch != simarm64) ] 62 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) && ($arch != x64 && $arch != simarm64 && $arch != arm64) ]
63 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 63 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129
64 64
65 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) && $arch == mips ] 65 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) && ($arch == mips) ]
66 LibTest/core/double/toInt_A01_t01: Fail 66 LibTest/core/double/toInt_A01_t01: Fail
67
68 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) && ($arch == mips || $arch == arm64) ]
67 # These tests take too much memory (300 MB) for our 1 GB test machine. 69 # 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 70 # 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 71 LibTest/core/List/List_class_A01_t02: Skip # co19 issue 673
70 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # co19 issue 673 72 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # co19 issue 673
71 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # co19 issue 673 73 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # co19 issue 673
72 74
73 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) && $arch == mips && $mode == debug ] 75 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) && $arch == mips && $mode == debug ]
74 LibTest/isolate/Isolate/spawnUri_A01_t04: Crash, Pass # Issue 17440 76 LibTest/isolate/Isolate/spawnUri_A01_t04: Crash, Pass # Issue 17440
75 LibTest/isolate/Isolate/spawn_A01_t04: Crash, Pass # Issue 17440 77 LibTest/isolate/Isolate/spawn_A01_t04: Crash, Pass # Issue 17440
76 78
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout 151 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout
150 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout 152 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout
151 Language/Mixins/Mixin_Application/error_t01: Pass 153 Language/Mixins/Mixin_Application/error_t01: Pass
152 Language/Mixins/Mixin_Application/error_t02: Pass 154 Language/Mixins/Mixin_Application/error_t02: Pass
153 Language/Mixins/declaring_constructor_t01: Pass 155 Language/Mixins/declaring_constructor_t01: Pass
154 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/deferred_t ype_t01: Pass 156 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/deferred_t ype_t01: Pass
155 Language/Metadata/*: Skip # Uses dart:mirrors 157 Language/Metadata/*: Skip # Uses dart:mirrors
156 158
157 [ $runtime == dart_precompiled ] 159 [ $runtime == dart_precompiled ]
158 LibTest/isolate/Isolate/spawnUri*: RuntimeError # Isolate.spawnUri 160 LibTest/isolate/Isolate/spawnUri*: RuntimeError # Isolate.spawnUri
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698