[llvm-bugs] [Bug 33429] New: tools/llvm-cvtres/object.test fails on powerpc64 BE since its introduction in r305092

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Jun 12 14:34:43 PDT 2017


https://bugs.llvm.org/show_bug.cgi?id=33429

            Bug ID: 33429
           Summary: tools/llvm-cvtres/object.test fails on powerpc64 BE
                    since its introduction in r305092
           Product: new-bugs
           Version: trunk
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: seurer at linux.vnet.ibm.com
                CC: llvm-bugs at lists.llvm.org

First seen here:

http://lab.llvm.org:8011/builders/clang-ppc64be-linux/builds/8704


This test case fails on powerpc64 BE (and not on LE) since its introduction in
revision 305092.


******************** TEST 'LLVM :: tools/llvm-cvtres/object.test' FAILED
********************
Script:
--
llvm-cvtres
/out:/home/buildbots/ppc64be-clang-test/clang-ppc64be/stage1/test/tools/llvm-cvtres/Output/object.test.tmp
/home/buildbots/ppc64be-clang-test/clang-ppc64be/llvm/test/tools/llvm-cvtres/Inputs/test_resource.res
/home/buildbots/ppc64be-clang-test/clang-ppc64be/stage1/./bin/llvm-readobj
-coff-resources -section-data
/home/buildbots/ppc64be-clang-test/clang-ppc64be/stage1/test/tools/llvm-cvtres/Output/object.test.tmp
| /home/buildbots/ppc64be-clang-test/clang-ppc64be/stage1/./bin/FileCheck
/home/buildbots/ppc64be-clang-test/clang-ppc64be/llvm/test/tools/llvm-cvtres/object.test
--
Exit Code: 1

Command Output (stderr):
--
LLVM ERROR: Inconvertible error value. An error has occurred that could not be
converted to a known std::error_code. Please file a bug.
/home/buildbots/ppc64be-clang-test/clang-ppc64be/llvm/test/tools/llvm-cvtres/object.test:15:13:
error: expected string not found in input
CHECK-NEXT: Type: STRINGARRAY [
            ^
<stdin>:9:1: note: scanning from here

^

--

********************




If I run it by hand I see:

object.test.tmp

File:
/home/seurer/llvm/build/llvm-test/test/tools/llvm-cvtres/Output/object.test.tmp
Format: COFF-x86-64
Arch: x86_64
AddressSize: 64bit
Resources [
  String Name Entries: 1
  ID Entries: 4
LLVM ERROR: Inconvertible error value. An error has occurred that could not be
converted to a known std::error_code. Please file a bug.

-- 
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/20170612/4b52e39c/attachment.html>


More information about the llvm-bugs mailing list