Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / tools / ignorer_bot / ignored_failed_tests.txt
1 # THIS FILE IS GENERATED AUTOMATICALLY BY IGNORER-BOT. PLEASE DO NOT EDIT.
2 #
3 # This file contains a list of ignored failed tests. Each line that starts with
4 # a hash (#) or empty is ignored. Other lines are parsed by the test runner to
5 # ignore failures of specified tests on particular platforms. Each such line has
6 # the following format:
7 #
8 #   crbug.com/ISSUE [ PLATFORM1, PLATFORM2, ... ] TESTNAME
9 #
10 # where
11 #  - ISSUE is the id of the associated issue for the flaky test;
12 #  - PLATFORM1, PLATFORM2 etc. are each formated as a list of platform flags
13 #    separated by whitespace, e.g. "OS_WIN CPU_32_BITS MODE_RELEASE" and limit
14 #    on which platforms the test is disabled (note that square brackets and
15 #    commas are part of the syntax and do NOT denote this section as optional);
16 #  - TESTNAME is a name of the test to be ignored.