Skip to content

Commit a0ae88b

Browse files
authored
[flang] Disable 3 x86-64 tests on non-x86-64 (#132088)
Now that COMPLEX(KIND=10) is properly disabled where 80-bit floating-point types are not available, three tests that were not peculiar to x86-64 are failing on other targets. Make them specific to x86-64.
1 parent 7cabcdb commit a0ae88b

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

flang/test/Lower/Intrinsics/product.f90

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
! REQUIRES: x86_64-registered-target
12
! RUN: bbc --use-desc-for-alloc=false -emit-fir -hlfir=false %s -o - | FileCheck %s
23

34
! CHECK-LABEL: func @_QPproduct_test(

flang/test/Lower/Intrinsics/sum.f90

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
! REQUIRES: x86_64-registered-target
12
! RUN: bbc --use-desc-for-alloc=false -emit-fir -hlfir=false %s -o - | FileCheck %s
23

34
! CHECK-LABEL: func @_QPsum_test(

flang/test/Lower/complex-operations.f90

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
! REQUIRES: flang-supports-f128-math
2+
! REQUIRES: x86_64-registered-target
23
! RUN: bbc -hlfir=false %s -o - | FileCheck %s
34

45
! CHECK-LABEL: @_QPadd_test

0 commit comments

Comments
 (0)