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

Side by Side Diff: pkg/pkg.status

Issue 572933007: Update test expectations. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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 | 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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 106
107 # Analysis server integration tests don't make sense to run under 107 # Analysis server integration tests don't make sense to run under
108 # dart2js, since the code under test always runs in the Dart vm as a 108 # dart2js, since the code under test always runs in the Dart vm as a
109 # subprocess. 109 # subprocess.
110 analysis_server/test/integration: Skip 110 analysis_server/test/integration: Skip
111 111
112 observe/test/unique_message_test: Skip # Intended only as a vm test. 112 observe/test/unique_message_test: Skip # Intended only as a vm test.
113 polymer/test/build/unique_message_test: Skip # Intended only as a vm test. 113 polymer/test/build/unique_message_test: Skip # Intended only as a vm test.
114 code_transformers/test/unique_message_test: Skip # Intended only as a vm test. 114 code_transformers/test/unique_message_test: Skip # Intended only as a vm test.
115 115
116 [ $compiler == dart2js && runtime == ff ]
Johnni Winther 2014/09/18 07:15:09 'runtime' -> '$runtime'
117 scheduled_test/test/unittest_compatibility_test: RuntimeError # Issue 20989
118
116 [ $compiler == dart2js && $runtime == ff && $system == windows ] 119 [ $compiler == dart2js && $runtime == ff && $system == windows ]
117 http/test/html/client_test: Fail # Issue 19750 120 http/test/html/client_test: Fail # Issue 19750
118 scheduled_test/test/scheduled_stream/scheduled_stream_test: Fail # Issue 19750 121 scheduled_test/test/scheduled_stream/scheduled_stream_test: Fail # Issue 19750
119 json_rpc_2/test/server/server_test: Fail # Issue 19750 122 json_rpc_2/test/server/server_test: Fail # Issue 19750
120 shelf/test/log_middleware_test: Fail # Issue 19750 123 shelf/test/log_middleware_test: Fail # Issue 19750
121 124
122 [ $runtime == ff ] 125 [ $runtime == ff ]
123 stack_trace/test/trace_test: Fail # Issue 19750 126 stack_trace/test/trace_test: Fail # Issue 19750
124 http/test/html/client_test: Fail # Issue 19750 127 http/test/html/client_test: Fail # Issue 19750
125 scheduled_test/test/scheduled_stream/scheduled_stream_test: Fail # Issue 19750 128 scheduled_test/test/scheduled_stream/scheduled_stream_test: Fail # Issue 19750
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
463 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152 466 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152
464 467
465 [ $use_repository_packages ] 468 [ $use_repository_packages ]
466 analyzer/test/*: PubGetError 469 analyzer/test/*: PubGetError
467 470
468 [ $runtime == drt ] 471 [ $runtime == drt ]
469 http/test/html/client_test: Skip # Issue 18566 472 http/test/html/client_test: Skip # Issue 18566
470 473
471 [ $system == windows ] 474 [ $system == windows ]
472 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is sue 20436 475 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is sue 20436
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