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

Unified Diff: tools/ignorer_bot/ignored_failed_tests.txt

Issue 376653002: Created an empty expectations file to ignore flaky tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed text about allow editing file manually Created 6 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/ignorer_bot/ignored_failed_tests.txt
diff --git a/tools/ignorer_bot/ignored_failed_tests.txt b/tools/ignorer_bot/ignored_failed_tests.txt
new file mode 100644
index 0000000000000000000000000000000000000000..5031b8ce5023c26d4646fc8a99ebcd8d4e9899e8
--- /dev/null
+++ b/tools/ignorer_bot/ignored_failed_tests.txt
@@ -0,0 +1,16 @@
+# THIS FILE IS GENERATED AUTOMATICALLY BY IGNORER-BOT. PLEASE DO NOT EDIT.
+#
+# This file contains a list of ignored failed tests. Each line that starts with
+# a hash (#) or empty is ignored. Other lines are parsed by the test runner to
+# ignore failures of specified tests on particular platforms. Each such line has
+# the following format:
+#
+# crbug.com/ISSUE [ PLATFORM1, PLATFORM2, ... ] TESTNAME
+#
+# where
+# - ISSUE is the id of the associated issue for the flaky test;
+# - PLATFORM1, PLATFORM2 etc. are each formated as a list of platform flags
+# separated by whitespace, e.g. "OS_WIN CPU_32_BITS MODE_RELEASE" and limit
+# on which platforms the test is disabled (note that square brackets and
+# commas are part of the syntax and do NOT denote this section as optional);
+# - TESTNAME is a name of the test to be ignored.
« 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