WebKit Bugzilla
Attachment 346433 Details for
Bug 188288
: [LayoutTests] Suppress PHP Error message by removing an execution time limit.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
PATCH
188288.diff (text/plain), 1.02 KB, created by
Basuke Suzuki
on 2018-08-02 17:13:28 PDT
(
hide
)
Description:
PATCH
Filename:
MIME Type:
Creator:
Basuke Suzuki
Created:
2018-08-02 17:13:28 PDT
Size:
1.02 KB
patch
obsolete
>diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog >index 53f6aad0cd2..d7cd53f0abb 100644 >--- a/LayoutTests/ChangeLog >+++ b/LayoutTests/ChangeLog >@@ -1,3 +1,14 @@ >+2018-08-02 Basuke Suzuki <Basuke.Suzuki@sony.com> >+ >+ [LayoutTests] Suppress PHP Error message by removing an execution time limit. >+ https://bugs.webkit.org/show_bug.cgi?id=188288 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ Remove execution timeout. >+ >+ * http/tests/multipart/resources/multipart.php: >+ > 2018-08-01 David Fenton <david_fenton@apple.com> > > Layout Test editing/selection/update-selection-by-style-change.html is flaky. >diff --git a/LayoutTests/http/tests/multipart/resources/multipart.php b/LayoutTests/http/tests/multipart/resources/multipart.php >index 21bfa568649..180b0e7be2c 100644 >--- a/LayoutTests/http/tests/multipart/resources/multipart.php >+++ b/LayoutTests/http/tests/multipart/resources/multipart.php >@@ -1,4 +1,5 @@ > <?php >+ set_time_limit(0); > $boundary = "cutHere"; > > function sendPart($data)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 188288
: 346433