| # Copyright 2020 The Fuchsia Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| # This is the list of known failures for the `aemu_env`. They are explicitly |
| # enumerated and blocked from targetting `aemu_env` so that Infra can better |
| # evaluate flakiness and performance without known failures. |
| # As tests are fixed remove them from this list and set `aemu_env` in their |
| # list of test environments to ensure they do not regress. |
| # TODO(nmulcahey): File bugs. |
| aemu_known_failures = [ |
| "fuchsia-pkg://fuchsia.com/escher_tests#meta/escher_examples_test.cmx", |
| "fuchsia-pkg://fuchsia.com/escher_tests#meta/escher_renderer_tests.cmx", |
| "fuchsia-pkg://fuchsia.com/escher_tests#meta/escher_unittests.cmx", |
| "fuchsia-pkg://fuchsia.com/scenic_tests#meta/flatland_renderer_unittests.cmx", |
| "fuchsia-pkg://fuchsia.com/scenic_tests#meta/gfx_unittests.cmx", |
| ] |