Bug 111449
| Summary: | New fast/parser/document-write-fighting-eof.html asserts | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ádám Kallai <kadam> |
| Component: | Tools / Tests | Assignee: | Adam Barth <abarth> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | abarth, d-r, eric, ossy, szledan, zan, zarvai |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 79668, 111365 | ||
Ádám Kallai
* fast/parser/document-write-fighting-eof.html fails with crash on EFL, GTK, Mac, Qt debug bots.
http://trac.webkit.org/changeset/144714.
For example:
EFL:
http://build.webkit.org/results/EFL%20Linux%2064-bit%20Debug%20WK2/r144760%20(10122)/fast/parser/document-write-fighting-eof-crash-log.txt
GTK:
http://build.webkit.org/results/GTK%20Linux%2064-bit%20Debug%20WK1/r144756%20(498)/fast/parser/document-write-fighting-eof-crash-log.txt
Mac:
http://build.webkit.org/results/Apple%20MountainLion%20Debug%20WK1%20(Tests)/r144760%20(6086)/fast/parser/document-write-fighting-eof-crash-log.txt
Qt:
http://build.webkit.sed.hu/results/x86-64%20Linux%20Qt%20Debug/r144756%20(27994)/fast/parser/document-write-fighting-eof-crash-log.txt
Could you check it please?
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Adam Barth
Thanks. For the non-threaded case, that patch just adds a ton of ASSERTs. One of them is probably too strong. I'll investigate shortly.
Adam Barth
I can repro.
Adam Barth
This is just bug 110546. The appropriate thing is to mark the test as expected to crash until we fix that bug.
*** This bug has been marked as a duplicate of bug 110546 ***