Skip to content

Commit 2eee148

Browse files
committed
Update tests' error output
1 parent 9f8cd7f commit 2eee148

File tree

268 files changed

+2280
-2110
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

268 files changed

+2280
-2110
lines changed

test/asm/align-large-ofs.err

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
error: align-large-ofs.asm(2):
2-
The absolute alignment offset (2) must be less than alignment size (2)
1+
error: The absolute alignment offset (2) must be less than alignment size (2)
2+
at align-large-ofs.asm(2)
33
Assembly aborted with 1 error!

test/asm/align-large.err

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
error: align-large.asm(1):
2-
Alignment must be between 0 and 16, not 17
3-
error: align-large.asm(2):
4-
Alignment must be between 0 and 16, not 17
1+
error: Alignment must be between 0 and 16, not 17
2+
at align-large.asm(1)
3+
error: Alignment must be between 0 and 16, not 17
4+
at align-large.asm(2)
55
Assembly aborted with 2 errors!

test/asm/align-offset.err

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
error: align-offset.asm(4):
2-
The absolute alignment offset (18) must be less than alignment size (16)
3-
error: align-offset.asm(6):
4-
The absolute alignment offset (20) must be less than alignment size (16)
1+
error: The absolute alignment offset (18) must be less than alignment size (16)
2+
at align-offset.asm(4)
3+
error: The absolute alignment offset (20) must be less than alignment size (16)
4+
at align-offset.asm(6)
55
Assembly aborted with 2 errors!
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
error: align-pc-outside-section.asm(1):
2-
Cannot output data outside of a SECTION
1+
error: Cannot output data outside of a SECTION
2+
at align-pc-outside-section.asm(1)
33
Assembly aborted with 1 error!

test/asm/align-unattainable.err

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
error: align-unattainable.asm(3):
2-
Section "X"'s alignment cannot be attained in WRAM0
1+
error: Section "X"'s alignment cannot be attained in WRAM0
2+
at align-unattainable.asm(3)
33
Assembly aborted with 1 error!

test/asm/anon-label-bad.err

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
error: anon-label-bad.asm(2):
2-
Label "!0" created outside of a SECTION
3-
error: anon-label-bad.asm(6):
4-
Reference to anonymous label 2 before, when only 1 has been created so far
5-
error: anon-label-bad.asm(9):
6-
syntax error, unexpected anonymous label
7-
error: anon-label-bad.asm(10):
8-
syntax error, unexpected anonymous label, expecting symbol or label or local label
9-
error: anon-label-bad.asm(22):
10-
syntax error, unexpected ::
1+
error: Label "!0" created outside of a SECTION
2+
at anon-label-bad.asm(2)
3+
error: Reference to anonymous label 2 before, when only 1 has been created so far
4+
at anon-label-bad.asm(6)
5+
error: syntax error, unexpected anonymous label
6+
at anon-label-bad.asm(9)
7+
error: syntax error, unexpected anonymous label, expecting symbol or label or local label
8+
at anon-label-bad.asm(10)
9+
error: syntax error, unexpected ::
10+
at anon-label-bad.asm(22)
1111
Assembly aborted with 5 errors!

test/asm/assert-fatal.err

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
FATAL: assert-fatal.asm(1):
2-
Assertion failed: there are four lights
1+
FATAL: Assertion failed: there are four lights
2+
at assert-fatal.asm(1)

test/asm/assert-nosect-bank.err

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
error: assert-nosect-bank.asm(1):
2-
PC has no bank outside of a section
1+
error: PC has no bank outside of a section
2+
at assert-nosect-bank.asm(1)
33
Assembly aborted with 1 error!

test/asm/assert.err

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
error: assert.asm(4):
2-
Assertion failed
3-
error: assert.asm(7):
4-
Assertion failed: @ ain't 0 now? (Hint: it's $1)
5-
warning: assert.asm(10): [-Wassert]
6-
Assertion failed
7-
error: assert.asm(18):
8-
Expected constant expression: 'FloatingBase' is not constant at assembly time
9-
error: assert.asm(18):
10-
Assertion failed
11-
FATAL: assert.asm(21):
12-
Assertion failed
1+
error: Assertion failed
2+
at assert.asm(4)
3+
error: Assertion failed: @ ain't 0 now? (Hint: it's $1)
4+
at assert.asm(7)
5+
warning: Assertion failed [-Wassert]
6+
at assert.asm(10)
7+
error: Expected constant expression: 'FloatingBase' is not constant at assembly time
8+
at assert.asm(18)
9+
error: Assertion failed
10+
at assert.asm(18)
11+
FATAL: Assertion failed
12+
at assert.asm(21)

test/asm/[email protected]

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
2-
PC has no value outside of a section
1+
error: PC has no value outside of a section
2+
33
Assembly aborted with 1 error!

0 commit comments

Comments
 (0)