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

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

Issue 1746743002: Use checked-in .package file for building and testing (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Status fixes Created 4 years, 3 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_runner_test.dart ('k') | tools/bots/dart_sdk.py » ('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 packages_file_test: Skip # Issue 26715 10 packages_file_test: Skip # Issue 26715
(...skipping 12 matching lines...) Expand all
23 [ ($runtime != vm || $compiler != none) && $compiler != dartanalyzer && $compile r != dart2analyzer ] 23 [ ($runtime != vm || $compiler != none) && $compiler != dartanalyzer && $compile r != dart2analyzer ]
24 packages_file_test: Skip # Uses Platform.executable 24 packages_file_test: Skip # Uses Platform.executable
25 25
26 [ ($runtime != vm && $runtime != dart_precompiled && $runtime != dart_app) && ($ runtime != drt || $compiler != none)) ] 26 [ ($runtime != vm && $runtime != dart_precompiled && $runtime != dart_app) && ($ runtime != drt || $compiler != none)) ]
27 no_assert_test: Fail, OK # This is testing a vm flag. 27 no_assert_test: Fail, OK # This is testing a vm flag.
28 28
29 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ] 29 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ]
30 package/package_isolate_test: Fail # Issue 12474 30 package/package_isolate_test: Fail # Issue 12474
31 io/observatory_test: Fail 31 io/observatory_test: Fail
32 package/scenarios/invalid/same_package_twice_test: Pass # Issue 24119 32 package/scenarios/invalid/same_package_twice_test: Pass # Issue 24119
33 io/addlatexhash_test: Fail # Package root changed to implicit package spec.
33 34
34 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $c hecked ] 35 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $c hecked ]
35 # These tests have type errors on purpose. 36 # These tests have type errors on purpose.
36 io/process_invalid_arguments_test: Fail, OK 37 io/process_invalid_arguments_test: Fail, OK
37 io/directory_invalid_arguments_test: Fail, OK 38 io/directory_invalid_arguments_test: Fail, OK
38 io/file_invalid_arguments_test: Fail, OK 39 io/file_invalid_arguments_test: Fail, OK
39 io/internet_address_invalid_arguments_test: Fail, OK 40 io/internet_address_invalid_arguments_test: Fail, OK
40 io/socket_invalid_arguments_test: Fail, OK 41 io/socket_invalid_arguments_test: Fail, OK
41 io/stdout_bad_argument_test: Fail, OK 42 io/stdout_bad_argument_test: Fail, OK
42 # These test have type errors on purpose and take very long to run in 43 # These test have type errors on purpose and take very long to run in
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 package/*: SkipByDesign # Launches VMs in interesting ways. 336 package/*: SkipByDesign # Launches VMs in interesting ways.
336 337
337 [ $builder_tag == no_ipv6 ] 338 [ $builder_tag == no_ipv6 ]
338 io/http_bind_test: Skip 339 io/http_bind_test: Skip
339 io/raw_datagram_socket_test: Skip 340 io/raw_datagram_socket_test: Skip
340 io/socket_source_address_test: Skip 341 io/socket_source_address_test: Skip
341 io/socket_bind_test: Skip 342 io/socket_bind_test: Skip
342 io/http_proxy_advanced_test: Skip 343 io/http_proxy_advanced_test: Skip
343 io/http_ipv6_test: Skip 344 io/http_ipv6_test: Skip
344 io/socket_ipv6_test: Skip 345 io/socket_ipv6_test: Skip
OLDNEW
« no previous file with comments | « tests/standalone/io/test_runner_test.dart ('k') | tools/bots/dart_sdk.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698