Skip to content

Commit c94e6a1

Browse files
committed
Update tests
1 parent b1db1d9 commit c94e6a1

15 files changed

Lines changed: 15 additions & 0 deletions

tests/functional/arrbase1.asm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1168,6 +1168,7 @@ dynamic_cast4:
11681168
before_to_int:
11691169
ld a, b ;; read type
11701170
cp 8 ;;
1171+
jr c, coerce_to_int2
11711172
jr nz, coerce_to_int ;; From float to int
11721173
ld a, c ;; user type
11731174
exx

tests/functional/data1.asm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,6 +1009,7 @@ dynamic_cast4:
10091009
before_to_int:
10101010
ld a, b ;; read type
10111011
cp 8 ;;
1012+
jr c, coerce_to_int2
10121013
jr nz, coerce_to_int ;; From float to int
10131014
ld a, c ;; user type
10141015
exx

tests/functional/opt3_data2.asm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2283,6 +2283,7 @@ dynamic_cast4:
22832283
before_to_int:
22842284
ld a, b ;; read type
22852285
cp 8 ;;
2286+
jr c, coerce_to_int2
22862287
jr nz, coerce_to_int ;; From float to int
22872288
ld a, c ;; user type
22882289
exx

tests/functional/read.asm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1025,6 +1025,7 @@ dynamic_cast4:
10251025
before_to_int:
10261026
ld a, b ;; read type
10271027
cp 8 ;;
1028+
jr c, coerce_to_int2
10281029
jr nz, coerce_to_int ;; From float to int
10291030
ld a, c ;; user type
10301031
exx

tests/functional/read10.asm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2201,6 +2201,7 @@ dynamic_cast4:
22012201
before_to_int:
22022202
ld a, b ;; read type
22032203
cp 8 ;;
2204+
jr c, coerce_to_int2
22042205
jr nz, coerce_to_int ;; From float to int
22052206
ld a, c ;; user type
22062207
exx

tests/functional/read12.asm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2044,6 +2044,7 @@ dynamic_cast4:
20442044
before_to_int:
20452045
ld a, b ;; read type
20462046
cp 8 ;;
2047+
jr c, coerce_to_int2
20472048
jr nz, coerce_to_int ;; From float to int
20482049
ld a, c ;; user type
20492050
exx

tests/functional/read13.asm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2498,6 +2498,7 @@ dynamic_cast4:
24982498
before_to_int:
24992499
ld a, b ;; read type
25002500
cp 8 ;;
2501+
jr c, coerce_to_int2
25012502
jr nz, coerce_to_int ;; From float to int
25022503
ld a, c ;; user type
25032504
exx

tests/functional/read4.asm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1208,6 +1208,7 @@ dynamic_cast4:
12081208
before_to_int:
12091209
ld a, b ;; read type
12101210
cp 8 ;;
1211+
jr c, coerce_to_int2
12111212
jr nz, coerce_to_int ;; From float to int
12121213
ld a, c ;; user type
12131214
exx

tests/functional/read5.asm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2148,6 +2148,7 @@ dynamic_cast4:
21482148
before_to_int:
21492149
ld a, b ;; read type
21502150
cp 8 ;;
2151+
jr c, coerce_to_int2
21512152
jr nz, coerce_to_int ;; From float to int
21522153
ld a, c ;; user type
21532154
exx

tests/functional/read8.asm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2163,6 +2163,7 @@ dynamic_cast4:
21632163
before_to_int:
21642164
ld a, b ;; read type
21652165
cp 8 ;;
2166+
jr c, coerce_to_int2
21662167
jr nz, coerce_to_int ;; From float to int
21672168
ld a, c ;; user type
21682169
exx

0 commit comments

Comments
 (0)