Skip to content

Commit

Permalink
[test]Mark thinlto icp test as unsupported on powerpc (#75979)
Browse files Browse the repository at this point in the history
Test failed on ppc
(https://lab.llvm.org/buildbot/#/builders/231/builds/18902), and logs
shows missed import.

Cannot reproduce this with machines I could access so far.
https://gcc.gnu.org/wiki/CompileFarm seems to provide ppc64 machine.
Mark the thinlto icp test as unsupported for now.
  • Loading branch information
minglotus-6 committed Dec 19, 2023
1 parent e6ebe8b commit 85525f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
// specifies OS as Triple::OS::Win32
//
// UNSUPPORTED: target={{i.86.*windows.*}}
// FIXME: Re-enable the test on powerpc.
// UNSUPPORTED: powerpc-registered-target

// RUN: rm -rf %t && split-file %s %t && cd %t

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
; The raw profiles storesd compressed function names, so profile reader should
; be built with zlib support to decompress them.
; REQUIRES: zlib
; FIXME: Re-enable the test on powerpc.
; UNSUPPORTED: powerpc-registered-target

; RUN: rm -rf %t && split-file %s %t && cd %t

Expand Down

0 comments on commit 85525f8

Please sign in to comment.