diff options
| author | Eugene Leviant <eleviant@accesssoftek.com> | 2019-05-29 17:14:48 +0000 |
|---|---|---|
| committer | Eugene Leviant <eleviant@accesssoftek.com> | 2019-05-29 17:14:48 +0000 |
| commit | c98b288b030cde85ae8d4e188677546efcbe0d29 (patch) | |
| tree | a47da647b4afed9870799950d2c94c1296e6fb9e /llvm/test/tools/llvm-objcopy/ELF | |
| parent | d2143c370805e9c54322309b44a023eb5642b678 (diff) | |
| download | bcm5719-llvm-c98b288b030cde85ae8d4e188677546efcbe0d29.tar.gz bcm5719-llvm-c98b288b030cde85ae8d4e188677546efcbe0d29.zip | |
Yet another attempt to fix buildbot after r361949
Looks like %p format specifier of createStringError behaves
differently on different platforms
llvm-svn: 361993
Diffstat (limited to 'llvm/test/tools/llvm-objcopy/ELF')
| -rw-r--r-- | llvm/test/tools/llvm-objcopy/ELF/ihex-writer.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/tools/llvm-objcopy/ELF/ihex-writer.test b/llvm/test/tools/llvm-objcopy/ELF/ihex-writer.test index 2b74743385b..9275dddff1a 100644 --- a/llvm/test/tools/llvm-objcopy/ELF/ihex-writer.test +++ b/llvm/test/tools/llvm-objcopy/ELF/ihex-writer.test @@ -67,8 +67,8 @@ # SIGN_EXTENDED-NEXT: :051000000001020304E1 # SIGN_EXTENDED-NEXT: :00000001FF -# BAD-ADDR: error: {{.*}}: Section '.text2' address range [0xfffffff8, 0x100000000] is not 32 bit -# BAD-ADDR2: error: {{.*}}: Section '.text3' address range [0xffffffff0, 0xffffffff4] is not 32 bit +# BAD-ADDR: error: {{.*}}: Section '.text2' address range [{{.*}}, {{.*}}] is not 32 bit +# BAD-ADDR2: error: {{.*}}: Section '.text3' address range [{{.*}}, {{.*}}] is not 32 bit # There shouldn't be 'ExtendedAddr' nor 'Data' records # ZERO_SIZE_SEC-NOT: :02000004 @@ -78,4 +78,4 @@ # START1: :040000030000FFFFFB # START2: :0400000500100000E7 # START3: :040000058000100067 -# BAD-START: error: {{.*}}: Entry point address 0xf00000000 overflows 32 bits +# BAD-START: error: {{.*}}: Entry point address {{.*}} overflows 32 bits |

