WebKit Bugzilla
Attachment 339938 Details for
Bug 185466
: [ARM] Disable test on Linux due to lack of executable memory
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-185466-20180509090406.patch (text/plain), 1.95 KB, created by
Dominik Inführ
on 2018-05-09 00:04:07 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Dominik Inführ
Created:
2018-05-09 00:04:07 PDT
Size:
1.95 KB
patch
obsolete
>Subversion Revision: 231546 >diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog >index c933768b7ef7c8777e75b0e00caea4249943790d..27a8242e655e32b0d67d94e4a52e429490b7f65e 100644 >--- a/LayoutTests/ChangeLog >+++ b/LayoutTests/ChangeLog >@@ -1,3 +1,15 @@ >+2018-05-09 Dominik Infuehr <dinfuehr@igalia.com> >+ >+ [ARM] Disable test on Linux due to lack of executable memory >+ https://bugs.webkit.org/show_bug.cgi?id=185466 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ Do not run tests with LLInt disabled, otherwise test runs out of executable memory. >+ >+ * js/script-tests/dfg-uint32array-overflow-values.js: >+ * js/script-tests/dfg-uint8clampedarray.js: >+ > 2018-05-08 Daniel Bates <dabates@apple.com> > > Do not apply X-Frame-Options and CSP frame-ancestors to Quick Look-applicable responses in NetworkProcess >diff --git a/LayoutTests/js/script-tests/dfg-uint32array-overflow-values.js b/LayoutTests/js/script-tests/dfg-uint32array-overflow-values.js >index d871864bc29bf0be106b20bf4c1765695edc16f3..90a2805b3de686578015793df20217e207d6c851 100644 >--- a/LayoutTests/js/script-tests/dfg-uint32array-overflow-values.js >+++ b/LayoutTests/js/script-tests/dfg-uint32array-overflow-values.js >@@ -1,4 +1,4 @@ >-//@ noNoLLIntRunLayoutTest if $architecture == "arm" and $hostOS == "darwin" >+//@ noNoLLIntRunLayoutTest if $architecture == "arm" > > description( > "This tests that int32 arrays work in the DFG." >diff --git a/LayoutTests/js/script-tests/dfg-uint8clampedarray.js b/LayoutTests/js/script-tests/dfg-uint8clampedarray.js >index 9c5a7bd8c4b4c6daaf47373a63be9aadacc50ef1..4753cd1e466ecac026473a4919b7b02e0e08101b 100644 >--- a/LayoutTests/js/script-tests/dfg-uint8clampedarray.js >+++ b/LayoutTests/js/script-tests/dfg-uint8clampedarray.js >@@ -1,4 +1,4 @@ >-//@ noNoLLIntRunLayoutTest if $architecture == "arm" and $hostOS == "darwin" >+//@ noNoLLIntRunLayoutTest if $architecture == "arm" > > description( > "This tests that Uint8ClampedArrays work in the DFG."
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 185466
: 339938