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

Side by Side Diff: pkg/pkg.status

Issue 78873003: Mark pkg/barback/test/package_graph/repetition_test as Pass, Crash (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month 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 | « 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 # Don't run any test-like files that show up in packages directories. It 5 # Don't run any test-like files that show up in packages directories. It
6 # shouldn't be necessary to run "pub install" in these packages, but if you do 6 # shouldn't be necessary to run "pub install" in these packages, but if you do
7 # it shouldn't break the tests. 7 # it shouldn't break the tests.
8 */packages/*/*: Skip 8 */packages/*/*: Skip
9 */*/packages/*/*: Skip 9 */*/packages/*/*: Skip
10 */*/*/packages/*/*: Skip 10 */*/*/packages/*/*: Skip
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 [ $arch == mips ] 247 [ $arch == mips ]
248 *: Skip # Issue 13650 248 *: Skip # Issue 13650
249 249
250 [ $arch == arm ] 250 [ $arch == arm ]
251 *: Skip # Issue 13624 251 *: Skip # Issue 13624
252 252
253 [ $arch == simarm || $arch == simmips ] 253 [ $arch == simarm || $arch == simmips ]
254 barback/test/too_many_open_files_test: Pass, Slow, Fail # 14220 254 barback/test/too_many_open_files_test: Pass, Slow, Fail # 14220
255 third_party/html5lib/test/tokenizer_test: Pass, Slow 255 third_party/html5lib/test/tokenizer_test: Pass, Slow
256 256
257 [ $arch == simmips ]
258 barback/test/package_graph/repetition_test: Pass, Crash # http://dartbug.com/152 35
259
257 # Skip serialization test that explicitly has no library declaration in the 260 # Skip serialization test that explicitly has no library declaration in the
258 # test on Dartium, which requires all tests to have a library. 261 # test on Dartium, which requires all tests to have a library.
259 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] 262 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ]
260 serialization/test/no_library_test: Skip # Expected Failure 263 serialization/test/no_library_test: Skip # Expected Failure
261 serialization/test/serialization_test: Fail # 13921 264 serialization/test/serialization_test: Fail # 13921
262 unittest/test/unittest_async_exception_test: Fail # 13921 265 unittest/test/unittest_async_exception_test: Fail # 13921
263 unittest/test/unittest_async_setup_teardown_test: Fail # 13921 266 unittest/test/unittest_async_setup_teardown_test: Fail # 13921
264 unittest/test/unittest_completion_test: Fail # 13921 267 unittest/test/unittest_completion_test: Fail # 13921
265 unittest/test/unittest_correct_callback_test: Fail # 13921 268 unittest/test/unittest_correct_callback_test: Fail # 13921
266 unittest/test/unittest_exception_test: Fail # 13921 269 unittest/test/unittest_exception_test: Fail # 13921
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 335
333 [ $runtime == vm && ($system == windows || $system == linux) ] 336 [ $runtime == vm && ($system == windows || $system == linux) ]
334 watcher/test/*/mac_os_test: Skip 337 watcher/test/*/mac_os_test: Skip
335 338
336 [ $runtime == vm && $system == linux ] 339 [ $runtime == vm && $system == linux ]
337 watcher/test/*/linux_test: Pass, Slow # Issue 14606 340 watcher/test/*/linux_test: Pass, Slow # Issue 14606
338 341
339 [ $runtime == vm && $system == macos ] 342 [ $runtime == vm && $system == macos ]
340 watcher/test/directory_watcher/mac_os_test: Pass, Fail # Issue 15024 343 watcher/test/directory_watcher/mac_os_test: Pass, Fail # Issue 15024
341 watcher/test/no_subscribers/mac_os_test: Fail # Issue 14793 (see test file for d etails) 344 watcher/test/no_subscribers/mac_os_test: Fail # Issue 14793 (see test file for d etails)
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