diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2010-07-28 15:59:05 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2010-07-28 15:59:05 +0000 |
commit | 525285d881be145abcb840adf96c72c3c5130cde (patch) | |
tree | bd73be76b92754525fb796852d5bdc6ccd4c98e1 /gas | |
parent | d27b3be477b9da7bd341a8a81fbb811b30ffac48 (diff) | |
download | fsf-binutils-gdb-525285d881be145abcb840adf96c72c3c5130cde.zip fsf-binutils-gdb-525285d881be145abcb840adf96c72c3c5130cde.tar.gz fsf-binutils-gdb-525285d881be145abcb840adf96c72c3c5130cde.tar.bz2 |
Xfail dw2-compress-2 and x86-64-dw2-compress-2.
2010-07-27 H.J. Lu <hongjiu.lu@intel.com>
* gas/i386/i386.exp: Xfail dw2-compress-2 and
x86-64-dw2-compress-2.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/i386/i386.exp | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index aa1b0a4..0ebe57b 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2010-07-27 H.J. Lu <hongjiu.lu@intel.com> + + * gas/i386/i386.exp: Xfail dw2-compress-2 and + x86-64-dw2-compress-2. + 2010-07-24 Maciej W. Rozycki <macro@codesourcery.com> * gas/mips/jal-svr4pic-noreorder.d: New test case. diff --git a/gas/testsuite/gas/i386/i386.exp b/gas/testsuite/gas/i386/i386.exp index db837a1..a27a194 100644 --- a/gas/testsuite/gas/i386/i386.exp +++ b/gas/testsuite/gas/i386/i386.exp @@ -215,6 +215,7 @@ if [expr ([istarget "i*86-*-*"] || [istarget "x86_64-*-*"]) && [gas_32_check]] run_dump_test "debug1" if [expr [istarget "*-*-linux*"]] then { + setup_xfail "*-*-linux*" run_dump_test "dw2-compress-2" } } @@ -407,6 +408,7 @@ if [expr ([istarget "i*86-*-*"] || [istarget "x86_64-*-*"]) && [gas_64_check]] t run_dump_test "debug1" if [istarget "*-*-linux*"] then { + setup_xfail "*-*-linux*" run_dump_test "x86-64-dw2-compress-2" } } |