mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Apply error reporting changes to tests
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
ERROR: label-redefinition.asm(7):
|
ERROR: label-redefinition.asm(7):
|
||||||
'Sym' already defined in label-redefinition.asm::m(6)
|
'Sym' already defined in label-redefinition.asm::m(4)
|
||||||
error: Assembly aborted (1 errors)!
|
error: Assembly aborted (1 errors)!
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
error: Section "conflicting alignment" is defined with conflicting 4-byte alignment (offset 0) and address $cafe
|
error: Section "conflicting alignment" is defined with conflicting 4-byte alignment (offset 0) and address $cafe
|
||||||
---
|
---
|
||||||
ERROR: -(18):
|
ERROR: <stdin>(18):
|
||||||
Section "conflicting alignment" already declared as aligned to 4 bytes (offset 0)
|
Section "conflicting alignment" already declared as aligned to 4 bytes (offset 0)
|
||||||
ERROR: -(18):
|
FATAL: <stdin>(18):
|
||||||
Cannot create section "conflicting alignment" (1 errors)
|
Cannot create section "conflicting alignment" (1 errors)
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
error: Section "conflicting alignment" is defined with conflicting 8-byte alignment (offset 7) and 16-byte alignment (offset 14)
|
error: Section "conflicting alignment" is defined with conflicting 8-byte alignment (offset 7) and 16-byte alignment (offset 14)
|
||||||
---
|
---
|
||||||
ERROR: -(18):
|
ERROR: <stdin>(18):
|
||||||
Section "conflicting alignment" already declared with incompatible 3-byte alignment (offset 7)
|
Section "conflicting alignment" already declared with incompatible 3-byte alignment (offset 7)
|
||||||
ERROR: -(18):
|
FATAL: <stdin>(18):
|
||||||
Cannot create section "conflicting alignment" (1 errors)
|
Cannot create section "conflicting alignment" (1 errors)
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
error: section-union/assert.asm(11): Force failing the build
|
error: section-union/assert.asm(11): Force failing the build
|
||||||
Linking failed with 1 error
|
Linking failed with 1 error
|
||||||
---
|
---
|
||||||
ERROR: -(30):
|
ERROR: <stdin>(30):
|
||||||
Assertion failed: Force failing the build
|
Assertion failed: Force failing the build
|
||||||
error: Assembly aborted (1 errors)!
|
error: Assembly aborted (1 errors)!
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
error: Section "conflicting types" is defined with conflicting types HRAM and WRAM0
|
error: Section "conflicting types" is defined with conflicting types HRAM and WRAM0
|
||||||
---
|
---
|
||||||
ERROR: -(18):
|
ERROR: <stdin>(18):
|
||||||
Section "conflicting types" already exists but with type HRAM
|
Section "conflicting types" already exists but with type HRAM
|
||||||
ERROR: -(18):
|
FATAL: <stdin>(18):
|
||||||
Cannot create section "conflicting types" (1 errors)
|
Cannot create section "conflicting types" (1 errors)
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
error: Section "conflicting banks" is defined with conflicting banks 4 and 1
|
error: Section "conflicting banks" is defined with conflicting banks 4 and 1
|
||||||
---
|
---
|
||||||
ERROR: -(14):
|
ERROR: <stdin>(14):
|
||||||
Section "conflicting banks" already declared with different bank 4
|
Section "conflicting banks" already declared with different bank 4
|
||||||
ERROR: -(14):
|
FATAL: <stdin>(14):
|
||||||
Cannot create section "conflicting banks" (1 errors)
|
Cannot create section "conflicting banks" (1 errors)
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
error: Section "overlaid data" is of type ROM0, which cannot be unionized
|
error: Section "overlaid data" is of type ROM0, which cannot be unionized
|
||||||
---
|
---
|
||||||
ERROR: -(18):
|
ERROR: <stdin>(18):
|
||||||
Cannot declare ROM sections as UNION
|
Cannot declare ROM sections as UNION
|
||||||
ERROR: -(18):
|
FATAL: <stdin>(18):
|
||||||
Cannot create section "overlaid data" (1 errors)
|
Cannot create section "overlaid data" (1 errors)
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
error: Section "different data" is of type ROM0, which cannot be unionized
|
error: Section "different data" is of type ROM0, which cannot be unionized
|
||||||
---
|
---
|
||||||
ERROR: -(16):
|
ERROR: <stdin>(16):
|
||||||
Cannot declare ROM sections as UNION
|
Cannot declare ROM sections as UNION
|
||||||
ERROR: -(16):
|
FATAL: <stdin>(16):
|
||||||
Cannot create section "different data" (1 errors)
|
Cannot create section "different data" (1 errors)
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
error: Section "conflicting alignment" is defined with conflicting 8-byte alignment (offset 7) and 8-byte alignment (offset 6)
|
error: Section "conflicting alignment" is defined with conflicting 8-byte alignment (offset 7) and 8-byte alignment (offset 6)
|
||||||
---
|
---
|
||||||
ERROR: -(18):
|
ERROR: <stdin>(18):
|
||||||
Section "conflicting alignment" already declared with incompatible 3-byte alignment (offset 7)
|
Section "conflicting alignment" already declared with incompatible 3-byte alignment (offset 7)
|
||||||
ERROR: -(18):
|
FATAL: <stdin>(18):
|
||||||
Cannot create section "conflicting alignment" (1 errors)
|
Cannot create section "conflicting alignment" (1 errors)
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
error: Section "different section sizes" is of type ROM0, which cannot be unionized
|
error: Section "different section sizes" is of type ROM0, which cannot be unionized
|
||||||
---
|
---
|
||||||
ERROR: -(16):
|
ERROR: <stdin>(16):
|
||||||
Cannot declare ROM sections as UNION
|
Cannot declare ROM sections as UNION
|
||||||
ERROR: -(16):
|
FATAL: <stdin>(16):
|
||||||
Cannot create section "different section sizes" (1 errors)
|
Cannot create section "different section sizes" (1 errors)
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
error: Section "different syntaxes" is of type ROM0, which cannot be unionized
|
error: Section "different syntaxes" is of type ROM0, which cannot be unionized
|
||||||
---
|
---
|
||||||
ERROR: -(18):
|
ERROR: <stdin>(18):
|
||||||
Cannot declare ROM sections as UNION
|
Cannot declare ROM sections as UNION
|
||||||
ERROR: -(18):
|
FATAL: <stdin>(18):
|
||||||
Cannot create section "different syntaxes" (1 errors)
|
Cannot create section "different syntaxes" (1 errors)
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
error: Section "conflicting address" is defined with conflicting addresses $beef and $babe
|
error: Section "conflicting address" is defined with conflicting addresses $beef and $babe
|
||||||
---
|
---
|
||||||
ERROR: -(16):
|
ERROR: <stdin>(16):
|
||||||
Section "conflicting address" already declared as fixed at different address $beef
|
Section "conflicting address" already declared as fixed at different address $beef
|
||||||
ERROR: -(16):
|
FATAL: <stdin>(16):
|
||||||
Cannot create section "conflicting address" (1 errors)
|
Cannot create section "conflicting address" (1 errors)
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
error: Section "mutually-overlaid data" is of type ROM0, which cannot be unionized
|
error: Section "mutually-overlaid data" is of type ROM0, which cannot be unionized
|
||||||
---
|
---
|
||||||
ERROR: -(18):
|
ERROR: <stdin>(18):
|
||||||
Cannot declare ROM sections as UNION
|
Cannot declare ROM sections as UNION
|
||||||
ERROR: -(18):
|
FATAL: <stdin>(18):
|
||||||
Cannot create section "mutually-overlaid data" (1 errors)
|
Cannot create section "mutually-overlaid data" (1 errors)
|
||||||
|
|||||||
Reference in New Issue
Block a user