Add XXX: comment tag to working but fragile test cases

This commit is contained in:
Rangi
2026-07-13 22:39:41 -04:00
committed by Rangi
parent 8b951bc047
commit 196d50c1d7
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -6,5 +6,5 @@ SECTION "fixed", ROM0[0]
SECTION "floating", ROM0
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
+1 -1
View File
@@ -8,5 +8,5 @@ SECTION "floating", ROM0
ds 42
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
+1 -1
View File
@@ -6,5 +6,5 @@ SECTION "fixed", ROM0[0]
SECTION "floating", ROM0
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
+1 -1
View File
@@ -11,5 +11,5 @@ ld a, 1 >> ({fzero} + 32)
ld a, 1 >>> ({fzero} - 1)
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