Searched refs:ignoreResultList (Results 1 – 1 of 1) sorted by relevance
52 for (int i = 0; i < ignoreResultList.size(); i++) { in ignoreResult()53 if (file.endsWith(ignoreResultList.get(i))) { in ignoreResult()61 final static Vector<String> ignoreResultList = new Vector<String>(); field in FileFilter88 …ignoreResultList.add("fast/dom/HTMLKeygenElement/keygen.html"); // Missing layoutTestController.sh… in fillIgnoreResultList()89 …ignoreResultList.add("fast/dom/Geolocation/window-close-crash.html"); // Missing layoutTestContoll… in fillIgnoreResultList()90 …ignoreResultList.add("fast/dom/Geolocation/page-reload-cancel-permission-requests.html"); // Missi… in fillIgnoreResultList()91 …ignoreResultList.add("fast/dom/HTMLLinkElement/link-and-subresource-test.html"); // Missing layout… in fillIgnoreResultList()92 …ignoreResultList.add("fast/dom/HTMLLinkElement/prefetch.html"); // Missing layoutTestController.du… in fillIgnoreResultList()93 …ignoreResultList.add("fast/dom/HTMLLinkElement/subresource.html"); // Missing layoutTestController… in fillIgnoreResultList()94 …ignoreResultList.add("fast/encoding/char-decoding.html"); // fails in Java HTTP stack, see http://… in fillIgnoreResultList()[all …]