WebKit Bugzilla
Attachment 370462 Details for
Bug 198145
: [PlayStation] Skip additional tests on PlayStation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
198145.2.diff (text/plain), 1.54 KB, created by
Stephan Szabo
on 2019-05-22 16:13:14 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Stephan Szabo
Created:
2019-05-22 16:13:14 PDT
Size:
1.54 KB
patch
obsolete
>diff --git a/JSTests/ChangeLog b/JSTests/ChangeLog >index e68c82672e5..d05e95f8a1e 100644 >--- a/JSTests/ChangeLog >+++ b/JSTests/ChangeLog >@@ -1,3 +1,15 @@ >+2019-05-22 Stephan Szabo <stephan.szabo@sony.com> >+ >+ [PlayStation] Skip additional tests on PlayStation >+ https://bugs.webkit.org/show_bug.cgi?id=198145 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * exceptionFuzz.yaml: >+ Add skip on hostOS playstation >+ * executableAllocationFuzz.yaml: >+ Add skip on hostOS playstation >+ > 2019-05-16 Ross Kirsling <ross.kirsling@sony.com> > > [JSC] Invalid AssignmentTargetType should be an early error. >diff --git a/JSTests/exceptionFuzz.yaml b/JSTests/exceptionFuzz.yaml >index fd535569d65..06ee450495f 100644 >--- a/JSTests/exceptionFuzz.yaml >+++ b/JSTests/exceptionFuzz.yaml >@@ -22,4 +22,9 @@ > # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. > > - path: exceptionFuzz >- cmd: runExceptionFuzz >+ cmd: | >+ if ($hostOS == "playstation") >+ skip >+ else >+ runExceptionFuzz >+ end >diff --git a/JSTests/executableAllocationFuzz.yaml b/JSTests/executableAllocationFuzz.yaml >index 9d63db9674c..659313030ec 100644 >--- a/JSTests/executableAllocationFuzz.yaml >+++ b/JSTests/executableAllocationFuzz.yaml >@@ -23,7 +23,7 @@ > > - path: executableAllocationFuzz > cmd: | >- if ($hostOS == "windows" || $architecture == "x86") >+ if ($hostOS == "windows" || $hostOS == "playstation" || $architecture == "x86") > skip > else > runExecutableAllocationFuzz("default")
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 198145
:
370460
| 370462