diff options
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/gas/all/gas.exp | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/all/linefile.l | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/all/linefile.s | 5 |
3 files changed, 12 insertions, 0 deletions
diff --git a/gas/testsuite/gas/all/gas.exp b/gas/testsuite/gas/all/gas.exp index 1b87cf2..279d9b3 100644 --- a/gas/testsuite/gas/all/gas.exp +++ b/gas/testsuite/gas/all/gas.exp @@ -465,6 +465,8 @@ run_dump_test quoted-sym-names # "# <line> <file>" into .linefile (PR gas/29120). setup_xfail "tic30-*-*" run_list_test cond-2 "-al" +setup_xfail "tic30-*-*" +run_list_test linefile "" run_list_test macro "-alm" diff --git a/gas/testsuite/gas/all/linefile.l b/gas/testsuite/gas/all/linefile.l new file mode 100644 index 0000000..7a5f700 --- /dev/null +++ b/gas/testsuite/gas/all/linefile.l @@ -0,0 +1,5 @@ +# This should match the output of gas linefile.s. +.*linefile\.s: Assembler messages: +.*linefile\.s:2: Warning: line 2 +.*linefile\.s:5: Warning: line 5 +#pass diff --git a/gas/testsuite/gas/all/linefile.s b/gas/testsuite/gas/all/linefile.s new file mode 100644 index 0000000..4b34fee --- /dev/null +++ b/gas/testsuite/gas/all/linefile.s @@ -0,0 +1,5 @@ +# 12345678900 "LineFile.s" + .warning "line 2" + +# 123456789123456789123456789 "LINEfile.s" + .warning "line 5" |