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

Side by Side Diff: tests/standalone/standalone.status

Issue 2858623002: Remove MIPS support (Closed)
Patch Set: Merge and cleanup Created 3 years, 6 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 | « tests/standalone/io/test_extension_test.dart ('k') | third_party/pkg_tested/pkg_tested.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) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, 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 # WARNING: 5 # WARNING:
6 # Tests using the multitest feature where failure is expected should *also* be 6 # Tests using the multitest feature where failure is expected should *also* be
7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone" 7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone"
8 # prefix. 8 # prefix.
9 9
10 io/raw_socket_test: Pass, RuntimeError # Issue 28288 10 io/raw_socket_test: Pass, RuntimeError # Issue 28288
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 *: Skip # Issue 28649 112 *: Skip # Issue 28649
113 113
114 [ $compiler == dart2js ] 114 [ $compiler == dart2js ]
115 *: SkipByDesign 115 *: SkipByDesign
116 116
117 [ $runtime == vm && ($arch == arm || $arch == arm64) ] 117 [ $runtime == vm && ($arch == arm || $arch == arm64) ]
118 io/file_stream_test: Skip # Issue 26109 118 io/file_stream_test: Skip # Issue 26109
119 io/file_typed_data_test: Skip # Issue 26109 119 io/file_typed_data_test: Skip # Issue 26109
120 io/file_input_stream_test: Skip # Issue 26109 120 io/file_input_stream_test: Skip # Issue 26109
121 121
122 [ $runtime != vm || $arch == arm || $arch == arm64 || $arch == mips || ($system == windows && $mode == debug) ] 122 [ $runtime != vm || $arch == arm || $arch == arm64 || ($system == windows && $mo de == debug) ]
123 fragmentation_test: Skip # VM test uses too much memory for small systems. 123 fragmentation_test: Skip # VM test uses too much memory for small systems.
124 124
125 [ $arch == simarm || $arch == simarmv6 || $arch == simarmv5te || $arch == simmip s ] 125 [ $arch == simarm || $arch == simarmv6 || $arch == simarmv5te ]
126 out_of_memory_test: Skip # passes on Mac, crashes on Linux 126 out_of_memory_test: Skip # passes on Mac, crashes on Linux
127 oom_error_stacktrace_test: Skip # Fails on Linux 127 oom_error_stacktrace_test: Skip # Fails on Linux
128 128
129 [ $arch == simmips ]
130 io/socket_bind_test: Pass, Fail # Issue 28315
131 io/http_server_response_test: Pass, Crash # Issue 29012
132
133 [ ($arch == simarm || $arch == simdbc || $arch == simdbc64) && $mode == debug && $checked ] 129 [ ($arch == simarm || $arch == simdbc || $arch == simdbc64) && $mode == debug && $checked ]
134 io/web_socket_test: Pass, Fail # Issue 26814 130 io/web_socket_test: Pass, Fail # Issue 26814
135 131
136 [ $arch == mips ]
137 io/file_stat_test: Fail # Issue 17440
138 io/process_sync_test: Skip # Starts 10 dart subprocesses, uses too much memory.
139 io/signals_test: Skip # Starts 10 dart subprocesses, uses too much memory
140 io/socket_source_address_test: Fail # Issue 22597
141
142 [ $arch == mips && $mode == debug ]
143 io/web_socket_test: SkipSlow # Times out. Issue 20352
144 io/test_runner_test: Skip # Flakily times out in a subtest. Issue 201351
145 io/http_client_stays_alive_test: Skip # Timing dependent test, MIPS machine too slow.
146
147 [ $compiler == none && $runtime == dartium && ! $checked ] 132 [ $compiler == none && $runtime == dartium && ! $checked ]
148 assert_test: Fail # Issue 14651. 133 assert_test: Fail # Issue 14651.
149 134
150 [ $compiler == dart2analyzer ] 135 [ $compiler == dart2analyzer ]
151 io/directory_invalid_arguments_test: StaticWarning 136 io/directory_invalid_arguments_test: StaticWarning
152 io/process_invalid_arguments_test: StaticWarning 137 io/process_invalid_arguments_test: StaticWarning
153 io/raw_secure_server_socket_argument_test: StaticWarning 138 io/raw_secure_server_socket_argument_test: StaticWarning
154 io/secure_socket_argument_test: StaticWarning 139 io/secure_socket_argument_test: StaticWarning
155 io/stdout_bad_argument_test: StaticWarning 140 io/stdout_bad_argument_test: StaticWarning
156 package/package1_test: StaticWarning 141 package/package1_test: StaticWarning
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
512 package/package_test: Fail # Unable to parse package files Flutter Issue 9115 497 package/package_test: Fail # Unable to parse package files Flutter Issue 9115
513 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue 9115 498 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue 9115
514 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9 115 499 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9 115
515 500
516 io/dependency_graph_test: CompileTimeError # Imports dart:mirrors 501 io/dependency_graph_test: CompileTimeError # Imports dart:mirrors
517 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors 502 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors
518 io/status_file_parser_test: CompileTimeError # Uses mirrors 503 io/status_file_parser_test: CompileTimeError # Uses mirrors
519 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors 504 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors
520 io/test_runner_test: CompileTimeError # Uses mirrors 505 io/test_runner_test: CompileTimeError # Uses mirrors
521 status_expression_test: CompileTimeError # Uses mirrors 506 status_expression_test: CompileTimeError # Uses mirrors
OLDNEW
« no previous file with comments | « tests/standalone/io/test_extension_test.dart ('k') | third_party/pkg_tested/pkg_tested.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698