[all-commits] [llvm/llvm-project] 89a336: Revert "Reapply [clang-repl] [test] Make an XFAIL ...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Fri Nov 3 02:55:56 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 89a336add722f57f61c99b3eafab1c89f943db5e
https://github.com/llvm/llvm-project/commit/89a336add722f57f61c99b3eafab1c89f943db5e
Author: Martin Storsjö <martin at martin.st>
Date: 2023-11-03 (Fri, 03 Nov 2023)
Changed paths:
M clang/test/Interpreter/const.cpp
Log Message:
-----------
Revert "Reapply [clang-repl] [test] Make an XFAIL more precise (#70991)"
This reverts commit e9db60c05e2fb96ff40cbb1f78790abc5de9237e.
This was still failing (unexpectedly passing) on some Sony PS
buildbots.
The issue is that the clang-repl testcases don't depend on what
the default target triple is, but what the host triple is,
which is used for JIT purposes.
More information about the All-commits
mailing list