Skip to content

Commit 177d0c7

Browse files
committed
Skip
1 parent d8fa54f commit 177d0c7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cpp/src/gandiva/tests/projector_test.cc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,10 @@ TEST_F(TestProjector, TestAllIntTypes) {
389389
}
390390

391391
TEST_F(TestProjector, TestExtendedMath) {
392+
#ifdef __aarch64__
393+
GTEST_SKIP() << "Failed on aarch64 with 'JIT session error: Symbols not found: [ "
394+
"__multf3, __subtf3, __trunctfdf2, __extenddftf2, __divtf3 ]'";
395+
#endif
392396
// schema for input fields
393397
auto field0 = arrow::field("f0", arrow::float64());
394398
auto field1 = arrow::field("f1", arrow::float64());

0 commit comments

Comments
 (0)