diff options
author | Alan Modra <amodra@gmail.com> | 2021-01-06 11:53:33 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2021-01-06 21:03:55 +1030 |
commit | 22206e847d0877416164a97fba57d2caf5e08c16 (patch) | |
tree | cb69a983baa226e52f033b720a203c2e54d9f7c0 | |
parent | 286d2f2cd79ef42dfd76de7f7ce046673848a02d (diff) | |
download | fsf-binutils-gdb-22206e847d0877416164a97fba57d2caf5e08c16.zip fsf-binutils-gdb-22206e847d0877416164a97fba57d2caf5e08c16.tar.gz fsf-binutils-gdb-22206e847d0877416164a97fba57d2caf5e08c16.tar.bz2 |
gas APP macro tests
These fail on tic30 due to that target using a different comment char.
* testsuite/gas/macros/app1.d: xfail tic30.
* testsuite/gas/macros/app2.d: Likewise.
* testsuite/gas/macros/app3.d: Likewise.
* testsuite/gas/macros/app4.d: Likewise.
-rw-r--r-- | gas/ChangeLog | 7 | ||||
-rw-r--r-- | gas/testsuite/gas/macros/app1.d | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/macros/app2.d | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/macros/app3.d | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/macros/app4.d | 1 |
5 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 33e6e3e..2526f09 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2021-01-06 Alan Modra <amodra@gmail.com> + + * testsuite/gas/macros/app1.d: xfail tic30. + * testsuite/gas/macros/app2.d: Likewise. + * testsuite/gas/macros/app3.d: Likewise. + * testsuite/gas/macros/app4.d: Likewise. + 2021-01-06 Marcus Comstedt <marcus@mc.pp.se> * doc/as.texi: Add -mlittle-endian and -mbig-endian to docs. diff --git a/gas/testsuite/gas/macros/app1.d b/gas/testsuite/gas/macros/app1.d index 871dbec..c3d3ff2 100644 --- a/gas/testsuite/gas/macros/app1.d +++ b/gas/testsuite/gas/macros/app1.d @@ -1,5 +1,6 @@ #nm: -n #name: APP with macro without NO_APP +#xfail: tic30-*-* #... 0+ T label_a #... diff --git a/gas/testsuite/gas/macros/app2.d b/gas/testsuite/gas/macros/app2.d index 7f71df3..b64771e 100644 --- a/gas/testsuite/gas/macros/app2.d +++ b/gas/testsuite/gas/macros/app2.d @@ -1,5 +1,6 @@ #nm: -n #name: APP with macro then NO_APP +#xfail: tic30-*-* #... 0+ T label_a #... diff --git a/gas/testsuite/gas/macros/app3.d b/gas/testsuite/gas/macros/app3.d index 6e4f568..f5f21dc 100644 --- a/gas/testsuite/gas/macros/app3.d +++ b/gas/testsuite/gas/macros/app3.d @@ -1,5 +1,6 @@ #nm: -n #name: APP with macro then NO_APP then more code +#xfail: tic30-*-* #... 0+ T label_a #... diff --git a/gas/testsuite/gas/macros/app4.d b/gas/testsuite/gas/macros/app4.d index 9797e19..cefe4a6 100644 --- a/gas/testsuite/gas/macros/app4.d +++ b/gas/testsuite/gas/macros/app4.d @@ -1,6 +1,7 @@ #as: -I$srcdir/$subdir #nm: -n #name: included file with .if 0 wrapped in APP/NO_APP, no final NO_APP, macro in main file +#xfail: tic30-*-* #... 0+ T label_d #... |