mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-31 12:24:10 -08:00
Suppress test failing in C
This commit is contained in:
parent
0f84012008
commit
fa5fa3df47
|
@ -202,7 +202,7 @@ public class MathTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@SkipPlatform({TestPlatform.WEBASSEMBLY, TestPlatform.WASI})
|
@SkipPlatform({TestPlatform.WEBASSEMBLY, TestPlatform.WASI, TestPlatform.C})
|
||||||
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