mirror of
https://github.com/gbdev/rgbds.git
synced 2026-09-03 20:38:39 +00:00
Add XXX: comment tag to working but fragile test cases
This commit is contained in:
@@ -6,5 +6,5 @@ SECTION "fixed", ROM0[0]
|
|||||||
SECTION "floating", ROM0
|
SECTION "floating", ROM0
|
||||||
jr @
|
jr @
|
||||||
|
|
||||||
; We rely on this landing at address $0002, which isn't *guaranteed*...
|
; XXX: We rely on this landing at address $0002, which isn't *guaranteed*...
|
||||||
assert STARTOF("floating") == 2
|
assert STARTOF("floating") == 2
|
||||||
|
|||||||
+1
-1
@@ -8,5 +8,5 @@ SECTION "floating", ROM0
|
|||||||
ds 42
|
ds 42
|
||||||
db @
|
db @
|
||||||
|
|
||||||
; We rely on this landing at address $0000, which isn't *guaranteed*...
|
; XXX: We rely on this landing at address $0000, which isn't *guaranteed*...
|
||||||
assert STARTOF("floating") == 0
|
assert STARTOF("floating") == 0
|
||||||
|
|||||||
@@ -6,5 +6,5 @@ SECTION "fixed", ROM0[0]
|
|||||||
SECTION "floating", ROM0
|
SECTION "floating", ROM0
|
||||||
db @, @, @
|
db @, @, @
|
||||||
|
|
||||||
; We rely on this landing at address $0003, which isn't *guaranteed*...
|
; XXX: We rely on this landing at address $0003, which isn't *guaranteed*...
|
||||||
assert STARTOF("floating") == 3
|
assert STARTOF("floating") == 3
|
||||||
|
|||||||
@@ -11,5 +11,5 @@ ld a, 1 >> ({fzero} + 32)
|
|||||||
ld a, 1 >>> ({fzero} - 1)
|
ld a, 1 >>> ({fzero} - 1)
|
||||||
ld a, 1 >>> ({fzero} + 32)
|
ld a, 1 >>> ({fzero} + 32)
|
||||||
|
|
||||||
; We rely on this landing at address $0000, which isn't *guaranteed*...
|
; XXX: We rely on this landing at address $0000, which isn't *guaranteed*...
|
||||||
assert startof("test") == 0
|
assert startof("test") == 0
|
||||||
|
|||||||
Reference in New Issue
Block a user