Skip to content

Commit 7c96080

Browse files
authored
Skip GetSignedArea.ErrorAccumulation test on macOS (#407)
This was previously skipped only for AArch64 macOS. https://github.com/google/s2geometry/blob/master/src/s2/s2loop_measures_test.cc#L256 The test fails for x86-64 macOS as well. #395 (comment) Disable for __APPLE__.
1 parent f91ed0f commit 7c96080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/s2/s2loop_measures_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ TEST(GetSignedArea, Underflow) {
253253
}
254254

255255
TEST(GetSignedArea, ErrorAccumulation) {
256-
#if defined(__APPLE__) && defined(__aarch64__)
256+
#if defined(__APPLE__)
257257
GTEST_SKIP() << "https://github.com/google/s2geometry/issues/395";
258258
#endif
259259
// Loop encompassing half an octant of the sphere.

0 commit comments

Comments
 (0)