From 10e535a5ee2493e647fd5f380355d9cd22cdd213 Mon Sep 17 00:00:00 2001 From: William Hesse Date: Wed, 30 Nov 2016 16:52:17 +0100 Subject: [PATCH] Update status for dart_style package and dom/shadowroot co19 windows. BUG=https://github.com/dart-lang/dart_style/issues/562 TBR=rnystrom@google.com Review URL: https://codereview.chromium.org/2543463003 . --- pkg/pkgbuild.status | 3 +++ tests/co19/co19-dartium.status | 2 ++ 2 files changed, 5 insertions(+) diff --git a/pkg/pkgbuild.status b/pkg/pkgbuild.status index c19cf30b626..a4ad40df72e 100644 --- a/pkg/pkgbuild.status +++ b/pkg/pkgbuild.status @@ -10,3 +10,6 @@ pkg/dev_compiler: SkipByDesign # we have relative paths to analyzer pkg/analyzer: Fail # Issue 27654 pkg/front_end: Fail # Issue 27655 pkg/kernel: Fail # Issue 27937 + +[ $use_repository_packages ] +third_party/pkg_tested/dart_style: Fail # Issue https://github.com/dart-lang/dart_style/issues/562 \ No newline at end of file diff --git a/tests/co19/co19-dartium.status b/tests/co19/co19-dartium.status index 3f61aa96ae2..cfcf34d3348 100644 --- a/tests/co19/co19-dartium.status +++ b/tests/co19/co19-dartium.status @@ -1220,6 +1220,8 @@ WebPlatformTest/shadow-dom/events/retargeting-focus-events/test-001_t01: Skip # WebPlatformTest/shadow-dom/events/retargeting-focus-events/test-002_t01: Skip # Timesout sporadically WebPlatformTest/shadow-dom/events/retargeting-focus-events/test-003_t01: Skip # Timesout sporadically LayoutTests/fast/css/MarqueeLayoutTest_t01: Pass, RuntimeError # Please triage this failure +LayoutTests/fast/dom/shadow/shadowhost-keyframes_t01: RuntimeError, Pass # Please triage this failure. +LayoutTests/fast/dom/shadow/shadowroot-keyframes_t01: RuntimeError, Pass # Please triage this failure. [ $compiler == none && $runtime == dartium && $system != windows ] LayoutTests/fast/css/font-face-unicode-range-monospace_t01: RuntimeError # co19-roll r761: Please triage this failure.