Make compiletest look for exact matches in the arch table #48893
Labels
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#47737 reported a problem with architecture names that are substrings of each other, but the problem is more general than powerpc. #48732 removed the
powerpc
annotations, but I argued afterwards, it would be better to improve compiletest such that it doesn't consider e.g.powerpc
to be apowerpc64
target. In light of the arguments linked earlier and the additional fact that this keeps happening -- #48875 introduces the same problem for MIPS -- I really think we should revert #48732 and fix compiletest instead.cc @nagisa @jcowgill @debris @alexcrichton
The text was updated successfully, but these errors were encountered: