summaryrefslogtreecommitdiffstats
path: root/tests/DumpRenderTree
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2010-02-05 00:23:32 +0000
committerSteve Block <steveblock@google.com>2010-02-16 11:18:36 +0000
commit07a76ca0095b4e0a2484157f648c3e99ba36bdc6 (patch)
tree80f36585f508000194b2a0be029b9dd596c16e8f /tests/DumpRenderTree
parent103d53645c0b8ef532e8715da6c6cd33ad5f98e2 (diff)
downloadframeworks_base-07a76ca0095b4e0a2484157f648c3e99ba36bdc6.zip
frameworks_base-07a76ca0095b4e0a2484157f648c3e99ba36bdc6.tar.gz
frameworks_base-07a76ca0095b4e0a2484157f648c3e99ba36bdc6.tar.bz2
Removes tests from DumpRenderTree skipped list where the corresponding bugs have been fixed.
Diffstat (limited to 'tests/DumpRenderTree')
-rw-r--r--tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java14
1 files changed, 2 insertions, 12 deletions
diff --git a/tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java b/tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java
index 452368e..8107c3a 100644
--- a/tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java
+++ b/tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java
@@ -214,39 +214,29 @@ public class FileFilter {
ignoreResultList.add("fast/loader/opaque-base-url.html");
ignoreResultList.add("fast/text/plain-text-line-breaks.html");
}
-
+
static void fillBugTable() {
- bugList.put("fast/forms/check-box-enter-key.html", "716715");
bugList.put("fast/forms/focus-control-to-page.html", "716638");
bugList.put("fast/html/tab-order.html", "719289");
bugList.put("fast/dom/attribute-namespaces-get-set.html", "733229");
- bugList.put("fast/dom/location-hash.html", "733822");
bugList.put("fast/dom/set-innerHTML.html", "733823");
bugList.put("fast/dom/xmlhttprequest-get.html", "733846");
bugList.put("fast/encoding/css-charset-default.html", "733856");
bugList.put("fast/encoding/default-xhtml-encoding.html", "733882");
bugList.put("fast/encoding/meta-in-xhtml.html", "733882");
bugList.put("fast/events/frame-tab-focus.html", "734308");
- bugList.put("fast/events/keydown-keypress-focus-change.html", "653224");
- bugList.put("fast/events/keypress-focus-change.html", "653224");
bugList.put("fast/events/option-tab.html", "734308");
bugList.put("fast/forms/focus2.html", "735111");
bugList.put("fast/forms/listbox-selection.html", "735116");
bugList.put("fast/forms/search-event-delay.html", "735120");
bugList.put("fast/frames/iframe-window-focus.html", "735140");
bugList.put("fast/innerHTML/004.html", "733882");
- bugList.put("fast/js/date-DST-time-cusps.html", "735144");
bugList.put("fast/js/string-capitalization.html", "516936");
bugList.put("fast/js/string-concatenate-outofmemory.html","735152");
bugList.put("fast/parser/external-entities.html", "735176");
- bugList.put("fast/events/div-focus.html", "735185");
bugList.put("fast/overflow/scroll-vertical-not-horizontal.html", "735196");
bugList.put("fast/events/arrow-navigation.html", "735233");
bugList.put("fast/forms/select-type-ahead-non-latin.html", "735244");
- bugList.put("fast/events/js-keyboard-event-creation.html", "735255");
-
}
-
-
-
+
}