From 22206e847d0877416164a97fba57d2caf5e08c16 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 6 Jan 2021 11:53:33 +1030 Subject: [PATCH] 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. --- gas/ChangeLog | 7 +++++++ gas/testsuite/gas/macros/app1.d | 1 + gas/testsuite/gas/macros/app2.d | 1 + gas/testsuite/gas/macros/app3.d | 1 + gas/testsuite/gas/macros/app4.d | 1 + 5 files changed, 11 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index 33e6e3e66e0..2526f095794 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2021-01-06 Alan Modra + + * 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 * 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 871dbec2526..c3d3ff21553 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 7f71df39c77..b64771e1af5 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 6e4f568646a..f5f21dc1e8a 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 9797e19fe11..cefe4a63b87 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 #... -- 2.30.2