diff options
author | Steve Block <steveblock@google.com> | 2010-02-17 11:04:53 -0800 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-02-17 11:04:53 -0800 |
commit | be6079a76c5feb3952ab5c4dc8b0491d44f42b56 (patch) | |
tree | f1d12fd6eeb6d7ea4faf981c3c05ce8bb180fb21 /tests | |
parent | a257169ff819d3bf860c17bec91b933e460133e0 (diff) | |
parent | 07a76ca0095b4e0a2484157f648c3e99ba36bdc6 (diff) | |
download | frameworks_base-be6079a76c5feb3952ab5c4dc8b0491d44f42b56.zip frameworks_base-be6079a76c5feb3952ab5c4dc8b0491d44f42b56.tar.gz frameworks_base-be6079a76c5feb3952ab5c4dc8b0491d44f42b56.tar.bz2 |
Merge "Removes tests from DumpRenderTree skipped list where the corresponding bugs have been fixed."
Diffstat (limited to 'tests')
-rw-r--r-- | tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java | 14 |
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"); - } - - - + } |