Commit c11efa9c authored by lzheng@chromium.org's avatar lzheng@chromium.org

Disable KeyPathTest.

In browser_tests, it fails with: 
[2768:2968:0125/095131:533437:ERROR:external_registry_extension_loader_win.cc(100)] Missing value path for key Software\Google\Chrome\Extensions\jfmjfhklogoienhpfnppmbcbjfjnkonk .
[2768:832:0125/095132:534734:INFO:indexed_db_browsertest.cc(36)] Navigating to URL and blocking.
[2768:832:0125/095134:536156:INFO:indexed_db_browsertest.cc(39)] Navigation done.
R6025
- pure virtual function call

BUG=70773
TEST=none


Review URL: http://codereview.chromium.org/6298015

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72513 0039d316-1c4b-4281-b951-d872f2087c98
parent d372e304
......@@ -57,7 +57,8 @@ IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTest, DISALBED_IndexTest) {
SimpleTest(testUrl(FilePath(FILE_PATH_LITERAL("index_test.html"))));
}
IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTest, KeyPathTest) {
// http://code.google.com/p/chromium/issues/detail?id=70773
IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTest, DISABLED_KeyPathTest) {
SimpleTest(testUrl(FilePath(FILE_PATH_LITERAL("key_path_test.html"))));
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment