OLD | NEW |
1 // These tests are expected to fail until we get around to fixing | 1 // These tests are expected to fail until we get around to fixing |
2 // them. | 2 // them. |
3 | 3 |
4 | 4 |
5 // ----------------------------------------------------------------- | 5 // ----------------------------------------------------------------- |
6 // DEBUG ONLY FAILURES! | 6 // DEBUG ONLY FAILURES! |
7 // Include both results for Debug and Release builds (i.e. PASS | FAIL) | 7 // Include both results for Debug and Release builds (i.e. PASS | FAIL) |
8 // ----------------------------------------------------------------- | 8 // ----------------------------------------------------------------- |
9 | 9 |
10 // Bug 1124548: Copying with no selection is sometimes supposed to work | 10 // Bug 1124548: Copying with no selection is sometimes supposed to work |
(...skipping 714 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
725 V8 | KJS # LayoutTests/http/tests/navigation/postredirect-goback2.html = FAIL |
PASS | 725 V8 | KJS # LayoutTests/http/tests/navigation/postredirect-goback2.html = FAIL |
PASS |
726 | 726 |
727 // These two appear to be flaky in debug mode only. Not sure when they started f
ailing. | 727 // These two appear to be flaky in debug mode only. Not sure when they started f
ailing. |
728 V8 # LayoutTests/http/tests/navigation/post-goback2.html = FAIL | PASS | 728 V8 # LayoutTests/http/tests/navigation/post-goback2.html = FAIL | PASS |
729 V8 # LayoutTests/http/tests/navigation/postredirect-basic.html = FAIL | PASS | 729 V8 # LayoutTests/http/tests/navigation/postredirect-basic.html = FAIL | PASS |
730 | 730 |
731 // The test may require a proper version of Java 6 RC 10 plugin | 731 // The test may require a proper version of Java 6 RC 10 plugin |
732 // installed to run. | 732 // installed to run. |
733 V8 | KJS # chrome/fast/dom/java-applet-calls.html = FAIL | 733 V8 | KJS # chrome/fast/dom/java-applet-calls.html = FAIL |
734 | 734 |
735 // These tests don't work if office is not installed. See bug # 2303 | |
736 V8 # LayoutTests/css1/font_properties/font_family.html = FAIL | PASS | |
737 V8 # chrome/fonts/papyrus.html = FAIL | PASS | |
738 | |
739 // These tests don't work on the open source buildbot because the font for | 735 // These tests don't work on the open source buildbot because the font for |
740 // the "->" char is different. See Bug # 2304 | 736 // the "->" char is different. See Bug # 2304 |
741 V8 # LayoutTests/css2.1/t0805-c5518-brdr-t-01-e.html = FAIL | PASS | 737 V8 # LayoutTests/css2.1/t0805-c5518-brdr-t-01-e.html = FAIL | PASS |
742 V8 # LayoutTests/css2.1/t0805-c5519-brdr-r-00-a.html = FAIL | PASS | 738 V8 # LayoutTests/css2.1/t0805-c5519-brdr-r-00-a.html = FAIL | PASS |
743 V8 # LayoutTests/css2.1/t0805-c5519-brdr-r-01-e.html = FAIL | PASS | 739 V8 # LayoutTests/css2.1/t0805-c5519-brdr-r-01-e.html = FAIL | PASS |
744 V8 # LayoutTests/css2.1/t0805-c5520-brdr-b-01-e.html = FAIL | PASS | 740 V8 # LayoutTests/css2.1/t0805-c5520-brdr-b-01-e.html = FAIL | PASS |
745 V8 # LayoutTests/css2.1/t0805-c5521-brdr-l-00-a.html = FAIL | PASS | 741 V8 # LayoutTests/css2.1/t0805-c5521-brdr-l-00-a.html = FAIL | PASS |
746 V8 # LayoutTests/css2.1/t0805-c5521-brdr-l-01-e.html = FAIL | PASS | 742 V8 # LayoutTests/css2.1/t0805-c5521-brdr-l-01-e.html = FAIL | PASS |
747 V8 # LayoutTests/css2.1/t0805-c5521-ibrdr-l-00-a.html = FAIL | PASS | 743 V8 # LayoutTests/css2.1/t0805-c5521-ibrdr-l-00-a.html = FAIL | PASS |
748 V8 # LayoutTests/css2.1/t0905-c414-flt-02-c.html = FAIL | PASS | 744 V8 # LayoutTests/css2.1/t0905-c414-flt-02-c.html = FAIL | PASS |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
782 // HTTPS tests fail on the open source buildbot with error "cross-site not acces
s allowed". | 778 // HTTPS tests fail on the open source buildbot with error "cross-site not acces
s allowed". |
783 // See bug # 2306 | 779 // See bug # 2306 |
784 V8 # LayoutTests/http/tests/ssl/verify-ssl-enabled.php = PASS | FAIL | 780 V8 # LayoutTests/http/tests/ssl/verify-ssl-enabled.php = PASS | FAIL |
785 V8 # pending/http/tests/security/cross-frame-access-protocol-explicit-domain.htm
l = PASS | TIMEOUT | 781 V8 # pending/http/tests/security/cross-frame-access-protocol-explicit-domain.htm
l = PASS | TIMEOUT |
786 V8 # pending/http/tests/security/cross-frame-access-protocol.html = PASS | TIMEO
UT | 782 V8 # pending/http/tests/security/cross-frame-access-protocol.html = PASS | TIMEO
UT |
787 | 783 |
788 // Some tests playing with dates don't work on the open source buildbot. | 784 // Some tests playing with dates don't work on the open source buildbot. |
789 // See bug # 2307 | 785 // See bug # 2307 |
790 V8 # LayoutTests/fast/js/date-DST-time-cusps.html = FAIL | PASS | 786 V8 # LayoutTests/fast/js/date-DST-time-cusps.html = FAIL | PASS |
791 V8 # LayoutTests/fast/js/date-big-setdate.html = FAIL | PASS | 787 V8 # LayoutTests/fast/js/date-big-setdate.html = FAIL | PASS |
OLD | NEW |