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

Side by Side Diff: pkg/pkg.status

Issue 529363002: Mark pkg/glob/test/match_test as failing on browsers (Closed) Base URL: http://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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 255
256 # Skip browser-specific tests on VM 256 # Skip browser-specific tests on VM
257 [ $runtime == vm ] 257 [ $runtime == vm ]
258 path/test/browser_test: Fail, OK # Uses dart:html 258 path/test/browser_test: Fail, OK # Uses dart:html
259 intl/test/find_default_locale_browser_test: Skip 259 intl/test/find_default_locale_browser_test: Skip
260 intl/test/date_time_format_http_request_test: Skip 260 intl/test/date_time_format_http_request_test: Skip
261 third_party/angular_tests/vm_test: Fail # Uses removed APIs. See issue 18733. 261 third_party/angular_tests/vm_test: Fail # Uses removed APIs. See issue 18733.
262 262
263 [ $runtime == vm && $system == windows ] 263 [ $runtime == vm && $system == windows ]
264 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 264 intl/test/find_default_locale_standalone_test: Fail # Issue 8110
265 glob/test/match_test: RuntimeError # Issue 20789
266 glob/test/parse_test: RuntimeError # Issue 20789
265 267
266 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 268 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
267 # These tests are runtime negative but statically positive, so we skip 269 # These tests are runtime negative but statically positive, so we skip
268 # them in the analyzer. 270 # them in the analyzer.
269 mock/test/mock_regexp_negative_test: Skip 271 mock/test/mock_regexp_negative_test: Skip
270 mock/test/mock_stepwise_negative_test: Skip 272 mock/test/mock_stepwise_negative_test: Skip
271 polymer/e2e_test/canonicalization: Skip 273 polymer/e2e_test/canonicalization: Skip
272 polymer/e2e_test/experimental_boot: Skip 274 polymer/e2e_test/experimental_boot: Skip
273 275
274 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 276 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
421 mutation_observer: Skip 423 mutation_observer: Skip
422 polymer_expressions/test/syntax_test: Skip 424 polymer_expressions/test/syntax_test: Skip
423 polymer_expressions/test/globals_test: Skip 425 polymer_expressions/test/globals_test: Skip
424 polymer_expressions/test/bindings_test: Skip 426 polymer_expressions/test/bindings_test: Skip
425 third_party/html5lib/test/browser/browser_test: Skip 427 third_party/html5lib/test/browser/browser_test: Skip
426 http/test/html/*: Skip 428 http/test/html/*: Skip
427 429
428 [ $browser ] 430 [ $browser ]
429 docgen/test/*: Skip # Uses dart:io 431 docgen/test/*: Skip # Uses dart:io
430 scheduled_test/test/scheduled_server_test: Skip # Uses dart:io 432 scheduled_test/test/scheduled_server_test: Skip # Uses dart:io
433 glob/test/match_test: RuntimeError # Issue 20788
431 434
432 [ $browser || $runtime == vm ] 435 [ $browser || $runtime == vm ]
433 unittest/test/missing_tick_test: Fail, OK # Expected to fail, due to timeout. 436 unittest/test/missing_tick_test: Fail, OK # Expected to fail, due to timeout.
434 437
435 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 438 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
436 third_party/angular_tests/vm_test: StaticWarning # Uses removed APIs. See issue 18733. 439 third_party/angular_tests/vm_test: StaticWarning # Uses removed APIs. See issue 18733.
437 440
438 [ $runtime == vm && ($system == windows || $system == macos) ] 441 [ $runtime == vm && ($system == windows || $system == macos) ]
439 watcher/test/*/linux_test: Skip 442 watcher/test/*/linux_test: Skip
440 443
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
472 oauth2/test/authorization_code_grant_test: Fail 475 oauth2/test/authorization_code_grant_test: Fail
473 oauth2/test/client_test: Fail 476 oauth2/test/client_test: Fail
474 oauth2/test/credentials_test: Fail 477 oauth2/test/credentials_test: Fail
475 oauth2/test/handle_access_token_response_test: Fail 478 oauth2/test/handle_access_token_response_test: Fail
476 479
477 [ $runtime == drt ] 480 [ $runtime == drt ]
478 http/test/html/client_test: Skip # Issue 18566 481 http/test/html/client_test: Skip # Issue 18566
479 482
480 [ $system == windows ] 483 [ $system == windows ]
481 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is sue 20436 484 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