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

Side by Side Diff: pkg/pkg.status

Issue 42433002: port Node.bind to bd0a0591920da9091b326627a46a104a92c7efe7 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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
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 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 unittest/test/unittest_setup_test: Crash, Fail # 13921 262 unittest/test/unittest_setup_test: Crash, Fail # 13921
263 unittest/test/unittest_single_correct_test: Crash, Fail # 13921 263 unittest/test/unittest_single_correct_test: Crash, Fail # 13921
264 unittest/test/unittest_single_failing_test: Crash, Fail # 13921 264 unittest/test/unittest_single_failing_test: Crash, Fail # 13921
265 unittest/test/unittest_skipped_soloed_nested_test: Crash, Fail # 13921 265 unittest/test/unittest_skipped_soloed_nested_test: Crash, Fail # 13921
266 unittest/test/unittest_teardown_test: Crash, Fail # 13921 266 unittest/test/unittest_teardown_test: Crash, Fail # 13921
267 unittest/test/unittest_test_returning_future_test: Crash, Fail # 13921 267 unittest/test/unittest_test_returning_future_test: Crash, Fail # 13921
268 unittest/test/unittest_test_returning_future_using_runasync_test: Crash, Fail # 13921 268 unittest/test/unittest_test_returning_future_using_runasync_test: Crash, Fail # 13921
269 unittest/test/unittest_testcases_immutable_test: Crash, Fail # 13921 269 unittest/test/unittest_testcases_immutable_test: Crash, Fail # 13921
270 unittest/test/unitttest_group_name_test: Crash, Fail # 13921 270 unittest/test/unitttest_group_name_test: Crash, Fail # 13921
271 template_binding/test/template_element_test: Pass, Fail # Flaky, 14330 271 template_binding/test/template_element_test: Pass, Fail # Flaky, 14330
272 polymer_expressions/test/bindings_test: Pass, Fail # Flaky, 14330
272 polymer/test/custom_event_test: Pass, Crash # 14360 273 polymer/test/custom_event_test: Pass, Crash # 14360
273
274 polymer/example/canonicalization/test/canonicalization_deploy_test: Fail, OK # t ests deploy only behavior 274 polymer/example/canonicalization/test/canonicalization_deploy_test: Fail, OK # t ests deploy only behavior
275 275
276 # Skip tests on the VM if the package depends on dart:html 276 # Skip tests on the VM if the package depends on dart:html
277 [ $runtime == vm ] 277 [ $runtime == vm ]
278 custom_element: Skip 278 custom_element: Skip
279 template_binding: Skip 279 template_binding: Skip
280 mutation_observer: Skip 280 mutation_observer: Skip
281 polymer_expressions/test/syntax_test: Skip 281 polymer_expressions/test/syntax_test: Skip
282 polymer_expressions/test/globals_test: Skip 282 polymer_expressions/test/globals_test: Skip
283 polymer_expressions/test/bindings_test: Skip 283 polymer_expressions/test/bindings_test: Skip
(...skipping 20 matching lines...) Expand all
304 observe/test/observe_test: fail 304 observe/test/observe_test: fail
305 305
306 [ $compiler == dart2analyzer ] 306 [ $compiler == dart2analyzer ]
307 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and 'ListChangeRecord.removedCount' 307 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and 'ListChangeRecord.removedCount'
308 custom_element/test/analyzer_test: fail 308 custom_element/test/analyzer_test: fail
309 template_binding/test/analyzer_test: fail 309 template_binding/test/analyzer_test: fail
310 observe/test/observe_test: fail 310 observe/test/observe_test: fail
311 311
312 # pkg issue 13945; Missing inherited member 'Trace.frames' 312 # pkg issue 13945; Missing inherited member 'Trace.frames'
313 observe/test/observe_test: fail 313 observe/test/observe_test: fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698