git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
REGRESSION(r169092 and r169102): Skip failing JSC tests on ARM64 properly
[WebKit-https.git]
/
Source
/
JavaScriptCore
/
tests
/
mozilla
/
mozilla-tests.yaml
diff --git
a/Source/JavaScriptCore/tests/mozilla/mozilla-tests.yaml
b/Source/JavaScriptCore/tests/mozilla/mozilla-tests.yaml
index 5675ca44c0ab4f0613d0ec7b2c48a47ab8c88221..e2feef0280f3eeabec73600332aa2e34666c3b1f 100644
(file)
--- a/
Source/JavaScriptCore/tests/mozilla/mozilla-tests.yaml
+++ b/
Source/JavaScriptCore/tests/mozilla/mozilla-tests.yaml
@@
-2113,7
+2113,7
@@
cmd: defaultRunMozillaTest :normal, "../shell.js"
- path: js1_5/Regress/regress-159334.js
cmd: |
- if $architecture
=~ /x86/i
+ if $architecture
!~ /arm64/
defaultRunMozillaTest :normal, "../shell.js"
else
skip