Changeset 1973 for binutils/trunk/ld/testsuite/ld-pe/pe.exp
- Timestamp:
- Feb 6, 2017, 1:00:00 PM (8 years ago)
- Location:
- binutils/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
binutils/trunk ¶
-
Property svn:mergeinfo
set to
/binutils/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
TabularUnified binutils/trunk/ld/testsuite/ld-pe/pe.exp ¶
r970 r1973 1 1 # Expect script for simple PE tests that require the just-built binutils only. 2 # Copyright (C) 2004-201 4Free Software Foundation, Inc.2 # Copyright (C) 2004-2016 Free Software Foundation, Inc. 3 3 # 4 4 # This file is part of the GNU Binutils. … … 77 77 run_dump_test "orphan_nu" 78 78 79 run_dump_test "pr19803" 80 set pr19803_dll { 81 { "PR 19803: not exporting swept symbols" 82 "-shared --out-implib dx.dll --gc-sections" 83 "" "" {pr19803.s} 84 {{objdump "--syms dx.dll" pr19803.e}} 85 "a.exe"} 86 } 87 # This test is *supposed* to fail. If the symbol defined in pr19803.e is 88 # found then it was not stripped from the export dll, despite the fact that 89 # it (should have been) garbage collected from the executable. 90 setup_xfail *-*-* 91 run_ld_link_tests $pr19803_dll 92 79 93 if {[istarget x86_64-*-mingw*] } { 80 94 run_dump_test "cfi" … … 88 102 } 89 103 104 # MCore rearranges symbol order. 105 setup_xfail mcore-*-pe 90 106 run_ld_link_tests $foreign_sym_test
Note:
See TracChangeset
for help on using the changeset viewer.