Skip to content

Commit

Permalink
LoongArch64 support locally test (adoptium#4168)
Browse files Browse the repository at this point in the history
  • Loading branch information
Panxuefeng-loongson authored Dec 22, 2022
1 parent 614fc13 commit fa87a69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion openjdk/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1516,7 +1516,7 @@
<groups>
<group>openjdk</group>
</groups>
<platformRequirements>bits.64,^arch.ppc,^arch.390,^arch.riscv,^os.zos,^os.sunos</platformRequirements>
<platformRequirements>bits.64,^arch.ppc,^arch.390,^arch.riscv,^arch.loongarch,^os.zos,^os.sunos</platformRequirements>
</test>
<test>
<testCaseName>jdk_instrument</testCaseName>
Expand Down
1 change: 1 addition & 0 deletions scripts/disabled_tests/tests/test_exclude_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"linux-ppc32": "ppc32_linux",
"linux-ppc64": "ppc64_linux",
"linux-riscv64": "riscv64_linux",
"linux-loongarch64": "loongarch64_linux",
"linux-s390": "s390_linux",
"solaris-sparcv9": "sparcv9_solaris",
"solaris-x86-64": "x86-64_solaris",
Expand Down

0 comments on commit fa87a69

Please sign in to comment.