summaryrefslogtreecommitdiffstats
path: root/tools/heapcheck
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-03 18:39:04 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-03 18:39:04 +0000
commit6e23edbce20d371e9d7f34746471b47ca0651cc0 (patch)
treeb8c6c07436ceecc1dbf97f79bfd23cfed2b19a01 /tools/heapcheck
parenta3bc6b8f3cf50e0db39953d367f3161aa082f32e (diff)
downloadchromium_src-6e23edbce20d371e9d7f34746471b47ca0651cc0.zip
chromium_src-6e23edbce20d371e9d7f34746471b47ca0651cc0.tar.gz
chromium_src-6e23edbce20d371e9d7f34746471b47ca0651cc0.tar.bz2
Remove remaining references to test_shell_tests now that the bots have been updated.
BUG=126514 R=jochen@chromium.org Review URL: https://codereview.chromium.org/14841004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198146 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rwxr-xr-xtools/heapcheck/chrome_tests.py5
-rw-r--r--tools/heapcheck/test_shell_tests.gtest-heapcheck.txt25
2 files changed, 0 insertions, 30 deletions
diff --git a/tools/heapcheck/chrome_tests.py b/tools/heapcheck/chrome_tests.py
index d8dee34..a7849b5 100755
--- a/tools/heapcheck/chrome_tests.py
+++ b/tools/heapcheck/chrome_tests.py
@@ -101,7 +101,6 @@ class ChromeTests(object):
"sql": self.TestSql, "sql_unittests": self.TestSql,
"startup": self.TestStartup, "startup_tests": self.TestStartup,
"sync": self.TestSync, "sync_unit_tests": self.TestSync,
- "test_shell": self.TestTestShell, "test_shell_tests": self.TestTestShell,
"ui_unit": self.TestUIUnit, "ui_unittests": self.TestUIUnit,
"unit": self.TestUnit, "unit_tests": self.TestUnit,
"views": self.TestViews, "views_unittests": self.TestViews,
@@ -308,9 +307,6 @@ class ChromeTests(object):
logging.info("export STARTUP_TESTS_NUMCYCLES=1");
return self.SimpleTest("chrome", "startup_tests")
- def TestTestShell(self):
- return self.SimpleTest("webkit", "test_shell_tests")
-
def TestUIUnit(self):
return self.SimpleTest("chrome", "ui_unittests")
@@ -341,7 +337,6 @@ class ChromeTests(object):
# Now build script_cmd, the run_webkits_tests.py commandline
# Store each chunk in its own directory so that we can find the data later
chunk_dir = os.path.join("layout", "chunk_%05d" % chunk_num)
- test_shell = os.path.join(self._options.build_dir, "test_shell")
out_dir = os.path.join(path_utils.ScriptDir(), "latest")
out_dir = os.path.join(out_dir, chunk_dir)
if os.path.exists(out_dir):
diff --git a/tools/heapcheck/test_shell_tests.gtest-heapcheck.txt b/tools/heapcheck/test_shell_tests.gtest-heapcheck.txt
deleted file mode 100644
index e463c89..0000000
--- a/tools/heapcheck/test_shell_tests.gtest-heapcheck.txt
+++ /dev/null
@@ -1,25 +0,0 @@
-# Fails on Chrome OS, http://crbug.com/93022
-WebDOMEventListenerTest.SameListenerMultipleEvents
-
-# Fails on Chrome OS, crbug.com/97857
-BufferedResourceLoaderTest.BufferWindow_SetVeryLarge
-DomSerializerTests.SerializeDocumentWithDownloadedIFrame
-DomSerializerTests.SerializeHTMLDOMWithAddingMOTW
-DomSerializerTests.SerializeHTMLDOMWithBaseTag
-DomSerializerTests.SerializeHTMLDOMWithDocType
-DomSerializerTests.SerializeHTMLDOMWithMultipleMetaCharsetInOriginalDoc
-DomSerializerTests.SerializeHTMLDOMWithNoMetaCharsetInOriginalDoc
-DomSerializerTests.SerializeHTMLDOMWithNonStandardEntities
-DomSerializerTests.SerializeHTMLDOMWithoutDocType
-DomSerializerTests.SerializeXMLDocWithBuiltInEntities
-FileAccessPermissionsTest.FileAccessChecks
-FileSystemPathManagerTest.GetRootPathFileURI
-FileSystemPathManagerTest.GetRootPathFileURIWithAllowFlag
-FileSystemPathManagerTest.GetRootPathGetWithoutCreate
-FileSystemPathManagerTest.GetRootPathInIncognito
-IFrameRedirectTest.Test
-ListenerLeakTest.HiddenReferences
-WebDOMEventListenerTest.AttributeMutationEvent
-WebDOMEventListenerTest.NodeAddedRemovedMutationEvent
-WebDOMEventListenerTest.RemoveEventListener
-WebDOMEventListenerTest.TextNodeModifiedMutationEvent