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

Side by Side Diff: pkg/pkg.status

Issue 1126363003: Remove dart2dart support from testing scripts and status files (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: address comments Created 5 years, 7 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
« no previous file with comments | « dart.gyp ('k') | runtime/observatory/tests/service/service.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) 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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 [ $runtime == jsshell ] 85 [ $runtime == jsshell ]
86 async/test/stream_zip_test: RuntimeError, OK # Timers are not supported. 86 async/test/stream_zip_test: RuntimeError, OK # Timers are not supported.
87 87
88 [ $compiler == dart2js && $runtime == drt ] 88 [ $compiler == dart2js && $runtime == drt ]
89 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548 89 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548
90 90
91 [ $compiler == dart2js && ($runtime == chrome || $runtime == ff) ] 91 [ $compiler == dart2js && ($runtime == chrome || $runtime == ff) ]
92 collection/test/unmodifiable_collection_test: SkipSlow # Times out. Issue 22050 92 collection/test/unmodifiable_collection_test: SkipSlow # Times out. Issue 22050
93 async/test/stream_zip_test: SkipSlow # Times out. Issue 22050 93 async/test/stream_zip_test: SkipSlow # Times out. Issue 22050
94 94
95 [$compiler == dart2dart]
96 *: Skip
97
98 [ $runtime == ie10 ] 95 [ $runtime == ie10 ]
99 analyzer/test/generated/java_core_test: Pass, Timeout # Issue 19747 96 analyzer/test/generated/java_core_test: Pass, Timeout # Issue 19747
100 typed_data/test/typed_buffers_test/none: Fail # Issue 17607 (I put this here e xplicitly, since this is not the same as on ie9) 97 typed_data/test/typed_buffers_test/none: Fail # Issue 17607 (I put this here e xplicitly, since this is not the same as on ie9)
101 98
102 [ $runtime == safarimobilesim ] 99 [ $runtime == safarimobilesim ]
103 # Unexplained errors only occuring on Safari 6.1 and earlier. 100 # Unexplained errors only occuring on Safari 6.1 and earlier.
104 typed_data/test/typed_buffers_test: RuntimeError 101 typed_data/test/typed_buffers_test: RuntimeError
105 102
106 [ $runtime == vm && $system == windows ] 103 [ $runtime == vm && $system == windows ]
107 analyzer/test/generated/all_the_rest_test: Fail # Issue 21772 104 analyzer/test/generated/all_the_rest_test: Fail # Issue 21772
(...skipping 532 matching lines...) Expand 10 before | Expand all | Expand 10 after
640 _internal/lib/pub/test/validator/size_test: Crash # unsupported element kind: _d efaultEnvironment:field 637 _internal/lib/pub/test/validator/size_test: Crash # unsupported element kind: _d efaultEnvironment:field
641 _internal/lib/pub/test/validator/utf8_readme_test: Crash # unsupported element k ind: _defaultEnvironment:field 638 _internal/lib/pub/test/validator/utf8_readme_test: Crash # unsupported element k ind: _defaultEnvironment:field
642 _internal/lib/pub/test/version_solver_test: Crash # try/finally 639 _internal/lib/pub/test/version_solver_test: Crash # try/finally
643 js_ast/test/printer_callback_test: Crash # Please triage this failure. 640 js_ast/test/printer_callback_test: Crash # Please triage this failure.
644 microlytics/test/dart_microlytics_test: Crash # (throw new ExpectException(messa ge)): Unhandled node 641 microlytics/test/dart_microlytics_test: Crash # (throw new ExpectException(messa ge)): Unhandled node
645 stub_core_library/test/stub_test: Crash # try/finally 642 stub_core_library/test/stub_test: Crash # try/finally
646 third_party/di_tests/di_test: Crash # try/finally 643 third_party/di_tests/di_test: Crash # try/finally
647 typed_data/test/typed_buffers_test/01: Crash # cannot compile methods that need interceptor calling convention. 644 typed_data/test/typed_buffers_test/01: Crash # cannot compile methods that need interceptor calling convention.
648 typed_data/test/typed_buffers_test/none: Crash # cannot compile methods that nee d interceptor calling convention. 645 typed_data/test/typed_buffers_test/none: Crash # cannot compile methods that nee d interceptor calling convention.
649 typed_mock/test/typed_mock_test: Crash # try/finally 646 typed_mock/test/typed_mock_test: Crash # try/finally
OLDNEW
« no previous file with comments | « dart.gyp ('k') | runtime/observatory/tests/service/service.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698