mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
f34fae854a
Readd samples, samples-dev, tools/testing/bin, third_party removed by cleanup (no history, sorry) Add DEPS file which will replace the old all.deps and standalone.deps Add tools/deps/dartium.deps replacing the old dartium.deps (but now editable from a normal checkout) Fixup tools/utils.py to use the new archiving schema (git count for be, version number for dev/stable Fix codereview.settings
37 lines
1.5 KiB
Text
37 lines
1.5 KiB
Text
# Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
|
|
# for details. All rights reserved. Use of this source code is governed by a
|
|
# BSD-style license that can be found in the LICENSE file.
|
|
|
|
[ $compiler == dart2js && $runtime == drt ]
|
|
swarm/test/swarm_test: Pass, Crash, Fail # Issue 10950
|
|
|
|
[ $runtime == safari ]
|
|
swarm/test/swarm_test: Pass, Fail # Issue 14523
|
|
|
|
[ $runtime == opera ]
|
|
swarm/test/swarm_ui_lib/touch/touch_test: Fail
|
|
swarm/test/swarm_test: Fail
|
|
|
|
[ $runtime == vm ]
|
|
swarm: Skip
|
|
|
|
[ $compiler == dart2js && $runtime == chromeOnAndroid ]
|
|
swarm/test/swarm_test: Fail # TODO(kasperl): Please triage.
|
|
swarm/test/swarm_ui_lib/layout/layout_test: Fail # TODO(kasperl): Please triage.
|
|
[ $browser ]
|
|
# This may be related to issue 157
|
|
swarm/test/swarm_ui_lib/touch/touch_test: Fail # Expectation: Solver. Expect.approxEquals(expected:9, actual:8.990625000000001, tolerance:0.0009) fails
|
|
|
|
[ $compiler == dart2js && $runtime == ff ]
|
|
swarm/test/swarm_test: Fail # Issue 5633
|
|
|
|
[ $compiler == dart2js && $runtime == drt && $system == windows ]
|
|
swarm/test/swarm_test: Fail # Issue 4517
|
|
|
|
[ $compiler == dartanalyzer || $compiler == dart2analyzer ]
|
|
swarm/test/swarm_test: StaticWarning
|
|
swarm/test/swarm_ui_lib/layout/layout_test: StaticWarning
|
|
swarm/test/swarm_ui_lib/observable/observable_test: StaticWarning
|
|
swarm/test/swarm_ui_lib/touch/touch_test: StaticWarning
|
|
swarm/test/swarm_ui_lib/util/util_test: StaticWarning
|
|
swarm/test/swarm_ui_lib/view/view_test: StaticWarning
|