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

Side by Side Diff: tools/ignorer_bot/ignored_failed_tests.txt

Issue 549103003: Revert of Created an empty expectations file to ignore flaky tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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.
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698