am 0b5bd35f: Add case-sensitive tests to DRT ignore list.

* commit '0b5bd35f60507e6899419d4fa3cecc89e2cee9f9':
  Add case-sensitive tests to DRT ignore list.
This commit is contained in:
Ben Murdoch
2011-01-20 03:43:30 -08:00
committed by Android Git Automerger

View File

@@ -122,6 +122,8 @@ public class FileFilter {
ignoreResultList.add("storage/indexeddb"); // indexeddb not supported
ignoreResultList.add("storage/private-browsing-readonly.html"); // private browsing not supported
ignoreResultList.add("websocket/tests/workers"); // workers not supported
ignoreResultList.add("dom/xhtml/level2/html/htmldocument04.xhtml"); // /mnt/sdcard on SR uses lowercase filesystem, this test checks filename and is case senstive.
ignoreResultList.add("dom/html/level2/html/htmldocument04.html"); // ditto
// Expected failures due to missing expected results
ignoreResultList.add("dom/xhtml/level3/core/canonicalform08.xhtml");