diff options
author | Dave Korn <dave.korn@artimi.com> | 2010-01-30 16:13:34 +0000 |
---|---|---|
committer | Dave Korn <dave.korn@artimi.com> | 2010-01-30 16:13:34 +0000 |
commit | d7e5ec692faba8408ef3f0a66dae1fd8c5cd860b (patch) | |
tree | aee1f787d05e8eb60633ae47c9c96f54004fb0bd /binutils/testsuite/binutils-all | |
parent | f6fd0237f57af0aecbff1d36c4f7e73c8caf0614 (diff) | |
download | gdb-d7e5ec692faba8408ef3f0a66dae1fd8c5cd860b.zip gdb-d7e5ec692faba8408ef3f0a66dae1fd8c5cd860b.tar.gz gdb-d7e5ec692faba8408ef3f0a66dae1fd8c5cd860b.tar.bz2 |
binutils/testsuite/ChangeLog:
* binutils-all/windres/html.rc: Don't xfail x86_64-*-mingw*.
* binutils-all/windres/lang.rc: Likewise.
* binutils-all/windres/messagetable.rc: Likewise.
* binutils-all/windres/strtab1.rc: Likewise.
* binutils-all/windres/strtab2.rc: Likewise.
* binutils-all/windres/version.rc: Likewise.
* binutils-all/windres/version_cat.rc: Likewise.
Diffstat (limited to 'binutils/testsuite/binutils-all')
7 files changed, 0 insertions, 7 deletions
diff --git a/binutils/testsuite/binutils-all/windres/html.rc b/binutils/testsuite/binutils-all/windres/html.rc index ead6a11..d85f565 100644 --- a/binutils/testsuite/binutils-all/windres/html.rc +++ b/binutils/testsuite/binutils-all/windres/html.rc @@ -1,4 +1,3 @@ -//#xfail x86_64-*-mingw* #include "windows.h" LANGUAGE LANG_GERMAN, SUBLANG_GERMAN diff --git a/binutils/testsuite/binutils-all/windres/lang.rc b/binutils/testsuite/binutils-all/windres/lang.rc index 11a4d06..d894315 100644 --- a/binutils/testsuite/binutils-all/windres/lang.rc +++ b/binutils/testsuite/binutils-all/windres/lang.rc @@ -1,4 +1,3 @@ -//#xfail x86_64-*-mingw* #include "windows.h" LANGUAGE 0, 0 diff --git a/binutils/testsuite/binutils-all/windres/messagetable.rc b/binutils/testsuite/binutils-all/windres/messagetable.rc index e10ee63..250d241 100644 --- a/binutils/testsuite/binutils-all/windres/messagetable.rc +++ b/binutils/testsuite/binutils-all/windres/messagetable.rc @@ -1,4 +1,3 @@ -//#xfail x86_64-*-mingw* #include "windows.h" LANGUAGE LANG_GERMAN, SUBLANG_GERMAN diff --git a/binutils/testsuite/binutils-all/windres/strtab1.rc b/binutils/testsuite/binutils-all/windres/strtab1.rc index 416d157..a1a246d 100644 --- a/binutils/testsuite/binutils-all/windres/strtab1.rc +++ b/binutils/testsuite/binutils-all/windres/strtab1.rc @@ -1,4 +1,3 @@ -//#xfail x86_64-*-mingw* #include "windows.h" LANGUAGE 0, 0 diff --git a/binutils/testsuite/binutils-all/windres/strtab2.rc b/binutils/testsuite/binutils-all/windres/strtab2.rc index 9322034..2721d15 100644 --- a/binutils/testsuite/binutils-all/windres/strtab2.rc +++ b/binutils/testsuite/binutils-all/windres/strtab2.rc @@ -1,4 +1,3 @@ -//#xfail x86_64-*-mingw* #include "windows.h" LANGUAGE 0, 0 diff --git a/binutils/testsuite/binutils-all/windres/version.rc b/binutils/testsuite/binutils-all/windres/version.rc index 5eea335..59c8743 100644 --- a/binutils/testsuite/binutils-all/windres/version.rc +++ b/binutils/testsuite/binutils-all/windres/version.rc @@ -1,4 +1,3 @@ -//#xfail x86_64-*-mingw* #include "windows.h" LANGUAGE LANG_GERMAN, SUBLANG_GERMAN diff --git a/binutils/testsuite/binutils-all/windres/version_cat.rc b/binutils/testsuite/binutils-all/windres/version_cat.rc index 5b70ead..8368aa1 100644 --- a/binutils/testsuite/binutils-all/windres/version_cat.rc +++ b/binutils/testsuite/binutils-all/windres/version_cat.rc @@ -1,4 +1,3 @@ -//#xfail x86_64-*-mingw* #include "windows.h" LANGUAGE LANG_GERMAN, SUBLANG_GERMAN |