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

Side by Side Diff: pkg/pkg.status

Issue 141703024: Refactor of PolymerExpressions. Adds "as" expressions. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: syntax, bindings, and globals tests now passing in Safari Created 6 years, 6 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 | pkg/polymer_expressions/lib/eval.dart » ('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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 45
46 [ $runtime == vm && $mode == debug] 46 [ $runtime == vm && $mode == debug]
47 analysis_server/test/analysis_server_test: Pass, Timeout 47 analysis_server/test/analysis_server_test: Pass, Timeout
48 analysis_server/test/domain_context_test: Pass, Timeout 48 analysis_server/test/domain_context_test: Pass, Timeout
49 analysis_server/test/domain_server_test: Pass, Timeout 49 analysis_server/test/domain_server_test: Pass, Timeout
50 analyzer/test/generated/element_test: Pass, Timeout 50 analyzer/test/generated/element_test: Pass, Timeout
51 analyzer/test/generated/parser_test: Pass, Timeout 51 analyzer/test/generated/parser_test: Pass, Timeout
52 code_transformers/test/resolver_test: Pass, Timeout 52 code_transformers/test/resolver_test: Pass, Timeout
53 docgen/test/*: Skip # Slow 53 docgen/test/*: Skip # Slow
54 polymer/test/build/all_phases_test: Skip # Slow 54 polymer/test/build/all_phases_test: Skip # Slow
55 polymer_expressions/test/globals_test: Pass, Timeout
56 smoke/test/codegen/end_to_end_test: Pass, Timeout 55 smoke/test/codegen/end_to_end_test: Pass, Timeout
57 smoke/test/codegen/recorder_test: Pass, Timeout 56 smoke/test/codegen/recorder_test: Pass, Timeout
58 template_binding/test/template_binding_test: Pass, Timeout 57 template_binding/test/template_binding_test: Pass, Timeout
59 third_party/html5lib/test/tokenizer_test: Pass, Timeout 58 third_party/html5lib/test/tokenizer_test: Pass, Timeout
60 59
61 [ $runtime == vm && ( $arch == simarm || $arch == simmips ) ] 60 [ $runtime == vm && ( $arch == simarm || $arch == simmips ) ]
62 analysis_server/test/*: Skip # Too slow 61 analysis_server/test/*: Skip # Too slow
63 barback/test/too_many_open_files_test: Skip # 14220 62 barback/test/too_many_open_files_test: Skip # 14220
64 code_transformers/test/resolver_test: Skip # Issue 17908 63 code_transformers/test/resolver_test: Skip # Issue 17908
65 docgen/test/*: Skip # Too slow 64 docgen/test/*: Skip # Too slow
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 # Skip tests on the VM if the package depends on dart:html 336 # Skip tests on the VM if the package depends on dart:html
338 custom_element: Skip 337 custom_element: Skip
339 template_binding: Skip 338 template_binding: Skip
340 mutation_observer: Skip 339 mutation_observer: Skip
341 polymer_expressions/test/syntax_test: Skip 340 polymer_expressions/test/syntax_test: Skip
342 polymer_expressions/test/globals_test: Skip 341 polymer_expressions/test/globals_test: Skip
343 polymer_expressions/test/bindings_test: Skip 342 polymer_expressions/test/bindings_test: Skip
344 third_party/html5lib/test/browser/browser_test: Skip 343 third_party/html5lib/test/browser/browser_test: Skip
345 http/test/html/*: Skip 344 http/test/html/*: Skip
346 345
347 [ $runtime == safari || $runtime == safarimobilesim || $ie ]
348 polymer_expressions/test/globals_test: Fail # Issue 16568
349 polymer_expressions/test/bindings_test: Fail # Issue 16568
350
351 [ $browser ] 346 [ $browser ]
352 docgen/test/*: Skip # Uses dart:io 347 docgen/test/*: Skip # Uses dart:io
353 scheduled_test/test/scheduled_server_test: Skip # Uses dart:io 348 scheduled_test/test/scheduled_server_test: Skip # Uses dart:io
354 349
355 [ $browser || $runtime == vm ] 350 [ $browser || $runtime == vm ]
356 unittest/test/missing_tick_test: Fail, OK # Expected to fail, due to timeout. 351 unittest/test/missing_tick_test: Fail, OK # Expected to fail, due to timeout.
357 352
358 353
359 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] 354 [ $compiler == none && ($runtime == dartium || $runtime == drt) ]
360 source_maps/test/parser_test: Pass, Timeout # Issue 13719: Please triage this fa ilure. 355 source_maps/test/parser_test: Pass, Timeout # Issue 13719: Please triage this fa ilure.
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 http/test/multipart_test: Fail 388 http/test/multipart_test: Fail
394 http/test/request_test: Fail 389 http/test/request_test: Fail
395 http/test/response_test: Fail 390 http/test/response_test: Fail
396 oauth2/test/authorization_code_grant_test: Fail 391 oauth2/test/authorization_code_grant_test: Fail
397 oauth2/test/client_test: Fail 392 oauth2/test/client_test: Fail
398 oauth2/test/credentials_test: Fail 393 oauth2/test/credentials_test: Fail
399 oauth2/test/handle_access_token_response_test: Fail 394 oauth2/test/handle_access_token_response_test: Fail
400 395
401 [ $runtime == drt ] 396 [ $runtime == drt ]
402 http/test/html/client_test: Skip # Issue 18566 397 http/test/html/client_test: Skip # Issue 18566
OLDNEW
« no previous file with comments | « no previous file | pkg/polymer_expressions/lib/eval.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698