[PATCH] D69402: [AMDGPU] Clean up update_llc_test_checks CodeGen tests

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 25 00:02:11 PDT 2019


thakis added a comment.

This broke a test on Windows: http://45.33.8.238/win/1083/step_10.txt

  FAIL: LLVM :: CodeGen/AMDGPU/split-arg-dbg-value.ll (8621 of 34117)
  ******************** TEST 'LLVM :: CodeGen/AMDGPU/split-arg-dbg-value.ll' FAILED ********************
  Script:
  --
  : 'RUN: at line 2';   c:\src\llvm-project\out\gn\bin\llc.exe -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 < C:\src\llvm-project\llvm\test\CodeGen\AMDGPU\split-arg-dbg-value.ll | c:\src\llvm-project\out\gn\bin\filecheck.exe -check-prefix=GCN C:\src\llvm-project\llvm\test\CodeGen\AMDGPU\split-arg-dbg-value.ll
  --
  Exit Code: 1
  
  Command Output (stdout):
  --
  $ ":" "RUN: at line 2"
  $ "c:\src\llvm-project\out\gn\bin\llc.exe" "-mtriple=amdgcn-amd-amdhsa" "-mcpu=gfx900"
  $ "c:\src\llvm-project\out\gn\bin\filecheck.exe" "-check-prefix=GCN" "C:\src\llvm-project\llvm\test\CodeGen\AMDGPU\split-arg-dbg-value.ll"
  # command stderr:
  C:\src\llvm-project\llvm\test\CodeGen\AMDGPU\split-arg-dbg-value.ll:8:13: error: GCN-NEXT: expected string not found in input
  ; GCN-NEXT: .file 0 "/tmp/dbg.cl" md5 0x0f834f91e91489a5ff6308040ddbd175
              ^
  <stdin>:9:2: note: scanning from here
   .file 0 "/Users/matt/src/llvm/tmp/dbg.cl" md5 0x0f834f91e91489a5ff6308040ddbd175
   ^
  <stdin>:9:24: note: possible intended match here
   .file 0 "/Users/matt/src/llvm/tmp/dbg.cl" md5 0x0f834f91e91489a5ff6308040ddbd175
                         ^
  
  error: command failed with exit status: 1

Sadly the Windows bots on LLVM's real build waterfall are still pulling svn and haven't cycled since the github switch, but I'm almost certain that they'd see the same problem if they would cycle.

Can you take a look?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69402/new/

https://reviews.llvm.org/D69402





More information about the llvm-commits mailing list