mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -08:00
Suppress tests failing in WebAssembly
This commit is contained in:
parent
6e46ae8eec
commit
0f84012008
|
@ -202,6 +202,7 @@ public class MathTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@SkipPlatform({TestPlatform.WEBASSEMBLY, TestPlatform.WASI})
|
||||||
public void exacts() {
|
public void exacts() {
|
||||||
try {
|
try {
|
||||||
Math.incrementExact(Integer.MAX_VALUE);
|
Math.incrementExact(Integer.MAX_VALUE);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user