We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7706995 commit ee14b71Copy full SHA for ee14b71
jre_emul/android/platform/libcore/ojluni/src/test/java/time/tck/java/time/TCKYearMonth.java
@@ -123,6 +123,11 @@
123
@RunWith(DataProviderRunner.class)
124
public class TCKYearMonth extends AbstractDateTimeTest {
125
126
+ /*-[
127
+ // Some test values intentionally cause integer overflow, valid in Java.
128
+ #pragma GCC diagnostic ignored "-Winteger-overflow"
129
+ ]-*/
130
+
131
// Android-changed: This was originally non-static and initialized in @Before,
132
// but @Before is run after @DataProvider
133
// since multiple test methods were run and the first one did not require this value.
0 commit comments