summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authornsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-06 00:29:16 +0000
committernsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-06 00:29:16 +0000
commite91a3b549189ca848163de75a5d96a271be89dea (patch)
tree049728999b242bd3425dd094329b5ea69ea3aa47 /chrome
parent843c658f106e4b101190f8bfa207a755f1447bbc (diff)
downloadchromium_src-e91a3b549189ca848163de75a5d96a271be89dea.zip
chromium_src-e91a3b549189ca848163de75a5d96a271be89dea.tar.gz
chromium_src-e91a3b549189ca848163de75a5d96a271be89dea.tar.bz2
It looks like the local files are not built anymore on linux
in debug. I'm disabling these tests since they fail. Bug: 9758 Review URL: http://codereview.chromium.org/62047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13142 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/locale_tests_uitest.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/locale_tests_uitest.cc b/chrome/browser/locale_tests_uitest.cc
index e80f3a7..54ed64c 100644
--- a/chrome/browser/locale_tests_uitest.cc
+++ b/chrome/browser/locale_tests_uitest.cc
@@ -25,6 +25,9 @@ class LocaleTestsZhTw : public UITest {
}
};
+#ifdef 0
+// These 3 tests started failing between revisions 13115 and 13120.
+// See bug 9758.
TEST_F(LocaleTestsDa, TestStart) {
// Just making sure we can start/shutdown cleanly.
}
@@ -36,3 +39,4 @@ TEST_F(LocaleTestsHe, TestStart) {
TEST_F(LocaleTestsZhTw, TestStart) {
// Just making sure we can start/shutdown cleanly.
}
+#endif