|
Lines 1-3
a/WebKitTools/ChangeLog_sec1
|
|
|
1 |
2010-05-13 Eric Seidel <eric@webkit.org> |
| 2 |
|
| 3 |
Reviewed by NOBODY (OOPS!). |
| 4 |
|
| 5 |
Disable compositing/iframes tests on the commit-queue as a workaround for bug 38912 |
| 6 |
https://bugs.webkit.org/show_bug.cgi?id=39067 |
| 7 |
|
| 8 |
I had this hack locally on the commit-queue, but it's fragile |
| 9 |
and broke this morning. It will work much better if committed |
| 10 |
to the repository. In either case it's temporary while we |
| 11 |
work up a real fix for bug 38912. |
| 12 |
|
| 13 |
* Scripts/webkitpy/common/config/ports.py: |
| 14 |
- Expose an is_leopard() method. |
| 15 |
* Scripts/webkitpy/tool/steps/runtests.py: |
| 16 |
- Don't run compositing/iframes tests on the commit-queue under leopard. |
| 17 |
|
| 1 |
2010-05-13 Fumitoshi Ukai <ukai@chromium.org> |
18 |
2010-05-13 Fumitoshi Ukai <ukai@chromium.org> |
| 2 |
|
19 |
|
| 3 |
Unreviewed fix. Revert previous change. |
20 |
Unreviewed fix. Revert previous change. |