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

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

Issue 1077823002: Adds a simarmv5te build and test target. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 5 years, 8 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
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 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally 10 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 medium_integer_test: Pass # The test only fails at runtime, not at compilation. 104 medium_integer_test: Pass # The test only fails at runtime, not at compilation.
105 oom_error_stacktrace_test: Pass # The test only fails at runtime. 105 oom_error_stacktrace_test: Pass # The test only fails at runtime.
106 106
107 [ $compiler == dart2js && $browser ] 107 [ $compiler == dart2js && $browser ]
108 *: Skip 108 *: Skip
109 109
110 [ $compiler == dart2dart ] 110 [ $compiler == dart2dart ]
111 # Skip until we stabilize language tests. 111 # Skip until we stabilize language tests.
112 *: Skip 112 *: Skip
113 113
114 [ $arch == simarm || $arch == simmips] 114 [ $arch == simarm || $arch == simarmv5te || $arch == simmips]
115 out_of_memory_test: Skip # passes on Mac, crashes on Linux 115 out_of_memory_test: Skip # passes on Mac, crashes on Linux
116 oom_error_stacktrace_test: Skip # Fails on Linux 116 oom_error_stacktrace_test: Skip # Fails on Linux
117 117
118 [ $arch == simmips || $arch == mips ] 118 [ $arch == simmips || $arch == mips ]
119 javascript_int_overflow_test: Skip # --throw_on_javascript_int_overflow not supp orted on MIPS. 119 javascript_int_overflow_test: Skip # --throw_on_javascript_int_overflow not supp orted on MIPS.
120 120
121 [ $arch == mips ] 121 [ $arch == mips ]
122 io/signals_test: Fail # Issue 17440 122 io/signals_test: Fail # Issue 17440
123 io/file_stat_test: Fail # Issue 17440 123 io/file_stat_test: Fail # Issue 17440
124 io/process_sync_test: Skip # Starts 10 dart subprocesses, uses too much memory. 124 io/process_sync_test: Skip # Starts 10 dart subprocesses, uses too much memory.
(...skipping 27 matching lines...) Expand all
152 javascript_compatibility_errors_test: Skip 152 javascript_compatibility_errors_test: Skip
153 javascript_compatibility_warnings_test: Skip 153 javascript_compatibility_warnings_test: Skip
154 154
155 [ $compiler == dart2analyzer ] 155 [ $compiler == dart2analyzer ]
156 package/package1_test: CompileTimeError 156 package/package1_test: CompileTimeError
157 package/package_test: CompileTimeError 157 package/package_test: CompileTimeError
158 158
159 [ $system == windows ] 159 [ $system == windows ]
160 io/skipping_dart2js_compilations_test: Fail # Issue 19551. 160 io/skipping_dart2js_compilations_test: Fail # Issue 19551.
161 161
162 [ $arch != ia32 && $arch != x64 && $arch != simarm && $mode == debug ] 162 [ $arch != ia32 && $arch != x64 && $arch != simarm && $arch != simarmv5te && $mo de == debug ]
163 verified_mem_test: Skip # Not yet implemented. 163 verified_mem_test: Skip # Not yet implemented.
164 164
165 [ $runtime == vm && $mode == debug && $builder_tag == asan ] 165 [ $runtime == vm && $mode == debug && $builder_tag == asan ]
166 full_coverage_test: Skip # Timeout. 166 full_coverage_test: Skip # Timeout.
167 io/file_lock_test: Skip # Timeout. 167 io/file_lock_test: Skip # Timeout.
168 io/test_runner_test: Skip # Timeout. 168 io/test_runner_test: Skip # Timeout.
169 io/http_client_stays_alive_test: Skip # Timeout. 169 io/http_client_stays_alive_test: Skip # Timeout.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698