Title: [231550] trunk/LayoutTests
- Revision
- 231550
- Author
- [email protected]
- Date
- 2018-05-09 00:38:23 -0700 (Wed, 09 May 2018)
Log Message
[ARM] Disable test on Linux due to lack of executable memory
https://bugs.webkit.org/show_bug.cgi?id=185466
Patch by Dominik Infuehr <[email protected]> on 2018-05-09
Reviewed by Yusuke Suzuki.
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:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (231549 => 231550)
--- trunk/LayoutTests/ChangeLog 2018-05-09 07:35:20 UTC (rev 231549)
+++ trunk/LayoutTests/ChangeLog 2018-05-09 07:38:23 UTC (rev 231550)
@@ -1,3 +1,15 @@
+2018-05-09 Dominik Infuehr <[email protected]>
+
+ [ARM] Disable test on Linux due to lack of executable memory
+ https://bugs.webkit.org/show_bug.cgi?id=185466
+
+ Reviewed by Yusuke Suzuki.
+
+ 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-09 Ms2ger <[email protected]>
Update fast/events/constructors/(mouse|wheel)-event-constructor.html and expectations.
Modified: trunk/LayoutTests/js/script-tests/dfg-uint32array-overflow-values.js (231549 => 231550)
--- trunk/LayoutTests/js/script-tests/dfg-uint32array-overflow-values.js 2018-05-09 07:35:20 UTC (rev 231549)
+++ trunk/LayoutTests/js/script-tests/dfg-uint32array-overflow-values.js 2018-05-09 07:38:23 UTC (rev 231550)
@@ -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."
Modified: trunk/LayoutTests/js/script-tests/dfg-uint8clampedarray.js (231549 => 231550)
--- trunk/LayoutTests/js/script-tests/dfg-uint8clampedarray.js 2018-05-09 07:35:20 UTC (rev 231549)
+++ trunk/LayoutTests/js/script-tests/dfg-uint8clampedarray.js 2018-05-09 07:38:23 UTC (rev 231550)
@@ -1,4 +1,4 @@
-//@ noNoLLIntRunLayoutTest if $architecture == "arm" and $hostOS == "darwin"
+//@ noNoLLIntRunLayoutTest if $architecture == "arm"
description(
"This tests that Uint8ClampedArrays work in the DFG."
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes