Home
last modified time | relevance | path

Searched refs:ignoreResultList (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
DFileFilter.java52 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 FileFilter
88ignoreResultList.add("fast/dom/HTMLKeygenElement/keygen.html"); // Missing layoutTestController.sh… in fillIgnoreResultList()
89ignoreResultList.add("fast/dom/Geolocation/window-close-crash.html"); // Missing layoutTestContoll… in fillIgnoreResultList()
90ignoreResultList.add("fast/dom/Geolocation/page-reload-cancel-permission-requests.html"); // Missi… in fillIgnoreResultList()
91ignoreResultList.add("fast/dom/HTMLLinkElement/link-and-subresource-test.html"); // Missing layout… in fillIgnoreResultList()
92ignoreResultList.add("fast/dom/HTMLLinkElement/prefetch.html"); // Missing layoutTestController.du… in fillIgnoreResultList()
93ignoreResultList.add("fast/dom/HTMLLinkElement/subresource.html"); // Missing layoutTestController… in fillIgnoreResultList()
94ignoreResultList.add("fast/encoding/char-decoding.html"); // fails in Java HTTP stack, see http://… in fillIgnoreResultList()
[all …]