Skip to content

Commit

Permalink
Remove redundant non-capturing group special construct (#5268)
Browse files Browse the repository at this point in the history
  • Loading branch information
judovana committed May 7, 2024
1 parent 9639787 commit 28ba141
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion functional/security/Crypto/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</disable>
<disable>
<comment>https://github.com/eclipse-openj9/openj9/issues/19164</comment>
<platform>(?:aarch64_mac|x86-64_mac|s390x_linux).*</platform>
<platform>(aarch64_mac|x86-64_mac|s390x_linux).*</platform>
<impl>openj9</impl>
</disable>
<disable>
Expand Down
2 changes: 1 addition & 1 deletion jck/runtime.api/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,7 @@
<disables>
<disable>
<comment>Temporarily disabled on x64 + aarch64 Mac for backlog/issues/718</comment>
<platform>(?:aarch64_mac.*|x86-64_mac.*)</platform>
<platform>(aarch64_mac|x86-64_mac).*</platform>
<impl>openj9</impl>
<version>11+</version>
</disable>
Expand Down

0 comments on commit 28ba141

Please sign in to comment.