[all-commits] [llvm/llvm-project] c1bf4c: [flang] Fix one Unexpectedly Passed test on X86

PeixinQiao via All-commits all-commits at lists.llvm.org
Sat Oct 22 04:00:21 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c1bf4c3c5d8bac68e738d93c7dc28d9326410728
      https://github.com/llvm/llvm-project/commit/c1bf4c3c5d8bac68e738d93c7dc28d9326410728
  Author: Peixin Qiao <qiaopeixin at huawei.com>
  Date:   2022-10-22 (Sat, 22 Oct 2022)

  Changed paths:
    M flang/test/Semantics/kinds04_q10.f90

  Log Message:
  -----------
  [flang] Fix one Unexpectedly Passed test on X86

The test case, kinds04_q10.f90, should run only for X86. Now it is
unexpected passed since 8686ff1d0d47ba8c980f5ea6bb53f77786478e23.
Add "-triple x86_64-unknown-linux-gnu" so that the test is for
testing the target X86 linux.




More information about the All-commits mailing list