[llvm-bugs] [Bug 49485] New: [M68k] Encoding tests fail to run on windows builds
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Mar 9 02:23:34 PST 2021
https://bugs.llvm.org/show_bug.cgi?id=49485
Bug ID: 49485
Summary: [M68k] Encoding tests fail to run on windows builds
Product: libraries
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: enhancement
Priority: P
Component: Backend: M68k
Assignee: unassignedbugs at nondot.org
Reporter: llvm-dev at redking.me.uk
CC: glaubitz at physik.fu-berlin.de,
llvm-bugs at lists.llvm.org, minyihh at uci.edu
It looks like lit doesn't run extract-section.py correctly
********************
Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.
FAIL: LLVM :: CodeGen/M68k/Encoding/Control/Classes/MxScc.mir (69 of 78)
******************** TEST 'LLVM ::
CodeGen/M68k/Encoding/Control/Classes/MxScc.mir' FAILED ********************
Script:
--
: 'RUN: at line 1'; e:\llvm\ninja\bin\llc.exe
E:\llvm\llvm-project\llvm\test\CodeGen\M68k\Encoding\Control\Classes\MxScc.mir
-mtriple=m68k -start-after=prologepilog -O0 -filetype=obj -o - |
E:\llvm\ninja\test\..\..\llvm-project\llvm\utils\extract-section.py
--byte-indicator --hex-width=2 .text | e:\llvm\ninja\bin\filecheck.exe
E:\llvm\llvm-project\llvm\test\CodeGen\M68k\Encoding\Control\Classes\MxScc.mir
-check-prefixes=SETD8CC,SETD8LS,SETD8LT,SETD8EQ,SETD8MI,SETD8F
: 'RUN: at line 4'; e:\llvm\ninja\bin\llc.exe
E:\llvm\llvm-project\llvm\test\CodeGen\M68k\Encoding\Control\Classes\MxScc.mir
-mtriple=m68k -start-after=prologepilog -O0 -filetype=obj -o - |
E:\llvm\ninja\test\..\..\llvm-project\llvm\utils\extract-section.py
--byte-indicator --hex-width=2 .text | e:\llvm\ninja\bin\filecheck.exe
E:\llvm\llvm-project\llvm\test\CodeGen\M68k\Encoding\Control\Classes\MxScc.mir
-check-prefixes=SETD8NE,SETD8GE,SETD8CS,SETD8PL,SETD8GT,SETD8T
: 'RUN: at line 7'; e:\llvm\ninja\bin\llc.exe
E:\llvm\llvm-project\llvm\test\CodeGen\M68k\Encoding\Control\Classes\MxScc.mir
-mtriple=m68k -start-after=prologepilog -O0 -filetype=obj -o - |
E:\llvm\ninja\test\..\..\llvm-project\llvm\utils\extract-section.py
--byte-indicator --hex-width=2 .text | e:\llvm\ninja\bin\filecheck.exe
E:\llvm\llvm-project\llvm\test\CodeGen\M68k\Encoding\Control\Classes\MxScc.mir
-check-prefixes=SETD8HI,SETD8VC,SETD8LE,SETD8VS,SETP8CC,SETP8LS
: 'RUN: at line 10'; e:\llvm\ninja\bin\llc.exe
E:\llvm\llvm-project\llvm\test\CodeGen\M68k\Encoding\Control\Classes\MxScc.mir
-mtriple=m68k -start-after=prologepilog -O0 -filetype=obj -o - |
E:\llvm\ninja\test\..\..\llvm-project\llvm\utils\extract-section.py
--byte-indicator --hex-width=2 .text | e:\llvm\ninja\bin\filecheck.exe
E:\llvm\llvm-project\llvm\test\CodeGen\M68k\Encoding\Control\Classes\MxScc.mir
-check-prefixes=SETP8LT,SETP8EQ,SETP8MI,SETP8F,SETP8NE,SETP8GE
: 'RUN: at line 13'; e:\llvm\ninja\bin\llc.exe
E:\llvm\llvm-project\llvm\test\CodeGen\M68k\Encoding\Control\Classes\MxScc.mir
-mtriple=m68k -start-after=prologepilog -O0 -filetype=obj -o - |
E:\llvm\ninja\test\..\..\llvm-project\llvm\utils\extract-section.py
--byte-indicator --hex-width=2 .text | e:\llvm\ninja\bin\filecheck.exe
E:\llvm\llvm-project\llvm\test\CodeGen\M68k\Encoding\Control\Classes\MxScc.mir
-check-prefixes=SETP8CS,SETP8PL,SETP8GT,SETP8T,SETP8HI,SETP8VC
: 'RUN: at line 16'; e:\llvm\ninja\bin\llc.exe
E:\llvm\llvm-project\llvm\test\CodeGen\M68k\Encoding\Control\Classes\MxScc.mir
-mtriple=m68k -start-after=prologepilog -O0 -filetype=obj -o - |
E:\llvm\ninja\test\..\..\llvm-project\llvm\utils\extract-section.py
--byte-indicator --hex-width=2 .text | e:\llvm\ninja\bin\filecheck.exe
E:\llvm\llvm-project\llvm\test\CodeGen\M68k\Encoding\Control\Classes\MxScc.mir
-check-prefixes=SETP8LE,SETP8VS
--
Exit Code: 127
Command Output (stdout):
--
$ ":" "RUN: at line 1"
$ "E:\llvm\ninja\test\..\..\llvm-project\llvm\utils\extract-section.py"
"--byte-indicator" "--hex-width=2" ".text"
# command stderr:
Could not create process (e:\llvm\llvm-project\llvm\utils\extract-section.py)
due to [WinError 193] %1 is not a valid Win32 application
error: command failed with exit status: 127
--
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210309/166cd016/attachment.html>
More information about the llvm-bugs
mailing list