Chromium Code Reviews| 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 // Bug 1124548: Copying with no selection is sometimes supposed to work | 4 // Bug 1124548: Copying with no selection is sometimes supposed to work |
| 5 // Also skipped by Apple on Windows (rdar://problem/5015941) | 5 // Also skipped by Apple on Windows (rdar://problem/5015941) |
| 6 LayoutTests/editing/execCommand/copy-without-selection.html = FAIL | 6 LayoutTests/editing/execCommand/copy-without-selection.html = FAIL |
| 7 | 7 |
| 8 // onload race condition due to poorly designed test. | 8 // onload race condition due to poorly designed test. |
| 9 // Works fine when run stand-alone. Not needed for Beta. | 9 // Works fine when run stand-alone. Not needed for Beta. |
| 10 // Also skipped by Apple on Windows, due to intermittent failure | 10 // Also skipped by Apple on Windows, due to intermittent failure |
| (...skipping 527 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 538 | 538 |
| 539 // These require application cache to be enabled. Skip the tests because | 539 // These require application cache to be enabled. Skip the tests because |
| 540 // they're all timing out. TODO(tc): Upstream changes to the test so they | 540 // they're all timing out. TODO(tc): Upstream changes to the test so they |
| 541 // fail quickly if window.applicationCache is undefined (then we don't have to | 541 // fail quickly if window.applicationCache is undefined (then we don't have to |
| 542 // skip them). | 542 // skip them). |
| 543 // http://crbug.com/2844 | 543 // http://crbug.com/2844 |
| 544 SKIP : LayoutTests/http/tests/appcache = TIMEOUT FAIL | 544 SKIP : LayoutTests/http/tests/appcache = TIMEOUT FAIL |
| 545 | 545 |
| 546 // V8 failures as a result of the WebKit merge. | 546 // V8 failures as a result of the WebKit merge. |
| 547 // http://code.google.com/p/v8/issues/detail?id=92 | 547 // http://code.google.com/p/v8/issues/detail?id=92 |
| 548 | |
| 549 // Failing because looking up a method on an object fails when the stack is | |
| 550 // full because of recursion. | |
| 548 LayoutTests/fast/js/global-recursion-on-full-stack.html = FAIL | 551 LayoutTests/fast/js/global-recursion-on-full-stack.html = FAIL |
| 552 // V8 completely fails to parse the JS at all; suspect its because of the | |
|
Evan Martin
2008/12/16 21:43:48
s/its/it's/
| |
| 553 // Unicode BOM at the beginning of the file. | |
| 549 LayoutTests/fast/js/removing-Cf-characters.html = FAIL | 554 LayoutTests/fast/js/removing-Cf-characters.html = FAIL |
| 555 // V8 is using the wrong global object (this could be serious) | |
| 550 LayoutTests/fast/js/static-scope-object.html = FAIL | 556 LayoutTests/fast/js/static-scope-object.html = FAIL |
| 551 LayoutTests/fast/js/delete-getters-setters.html = FAIL | |
| 552 // http://b/issue?id=1344252 | 557 // http://b/issue?id=1344252 |
| 553 LayoutTests/fast/js/pic/cached-prototype-setter.html = FAIL | 558 LayoutTests/fast/js/pic/cached-prototype-setter.html = FAIL |
| 554 | 559 |
| 555 // Shadows don't render correctly for these tests. | 560 // Shadows don't render correctly for these tests. |
| 556 // http://code.google.com/p/chromium/issues/detail?id=2969 | 561 // http://code.google.com/p/chromium/issues/detail?id=2969 |
| 557 LINUX WIN : LayoutTests/fast/canvas/shadow-offset-7.html = FAIL | 562 LINUX WIN : LayoutTests/fast/canvas/shadow-offset-7.html = FAIL |
| 558 LINUX WIN : LayoutTests/fast/css/shadow-multiple.html = FAIL | 563 LINUX WIN : LayoutTests/fast/css/shadow-multiple.html = FAIL |
| 559 | 564 |
| 560 // There appears to be some parsing error. These tests give "successfullyParsed | 565 // There appears to be some parsing error. These tests give "successfullyParsed |
| 561 // should be true (of type boolean). Was undefined (of type undefined)." | 566 // should be true (of type boolean). Was undefined (of type undefined)." |
| (...skipping 1500 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2062 LINUX WIN DEBUG : LayoutTests/editing/pasteboard/4947130.html = CRASH | 2067 LINUX WIN DEBUG : LayoutTests/editing/pasteboard/4947130.html = CRASH |
| 2063 LINUX WIN DEBUG : LayoutTests/editing/pasteboard/drag-image-in-about-blank-frame .html = CRASH | 2068 LINUX WIN DEBUG : LayoutTests/editing/pasteboard/drag-image-in-about-blank-frame .html = CRASH |
| 2064 LINUX WIN DEBUG : LayoutTests/editing/pasteboard/drag-image-to-contenteditable-i n-iframe.html = CRASH | 2069 LINUX WIN DEBUG : LayoutTests/editing/pasteboard/drag-image-to-contenteditable-i n-iframe.html = CRASH |
| 2065 MAC : LayoutTests/editing/pasteboard/drag-image-to-contenteditable-in-iframe.htm l = FAIL | 2070 MAC : LayoutTests/editing/pasteboard/drag-image-to-contenteditable-in-iframe.htm l = FAIL |
| 2066 LINUX WIN DEBUG : LayoutTests/editing/pasteboard/drag-selected-image-to-contente ditable.html = CRASH | 2071 LINUX WIN DEBUG : LayoutTests/editing/pasteboard/drag-selected-image-to-contente ditable.html = CRASH |
| 2067 LINUX WIN DEBUG : LayoutTests/editing/selection/drag-to-contenteditable-iframe.h tml = CRASH | 2072 LINUX WIN DEBUG : LayoutTests/editing/selection/drag-to-contenteditable-iframe.h tml = CRASH |
| 2068 LINUX WIN DEBUG : LayoutTests/fast/events/standalone-image-drag-to-editable.html = CRASH | 2073 LINUX WIN DEBUG : LayoutTests/fast/events/standalone-image-drag-to-editable.html = CRASH |
| 2069 MAC DEBUG : LayoutTests/fast/events/standalone-image-drag-to-editable.html = FAI L | 2074 MAC DEBUG : LayoutTests/fast/events/standalone-image-drag-to-editable.html = FAI L |
| 2070 // Missing expected results. | 2075 // Missing expected results. |
| 2071 SKIP : LayoutTests/svg/webarchive/svg-cursor-subresources.svg = FAIL | 2076 SKIP : LayoutTests/svg/webarchive/svg-cursor-subresources.svg = FAIL |
| OLD | NEW |