Merge remote-tracking branch 'origin/main' into mg/new_via #525
Annotations
7 errors
tests/integration/protection.js > test Kevin Edwards' gnarly protection system > should decode Nightshade:
tests/test-machine.js#L82
AssertionError: did not hit appropriate breakpoint in time
- Expected
+ Received
- true
+ false
❯ TestMachine.runUntilAddress tests/test-machine.js:82:15
❯ doTest tests/integration/protection.js:14:9
❯ tests/integration/protection.js:21:9
|
tests/integration/protection.js > test Kevin Edwards' gnarly protection system > should decode Lunar Jetman:
tests/test-machine.js#L82
AssertionError: did not hit appropriate breakpoint in time
- Expected
+ Received
- true
+ false
❯ TestMachine.runUntilAddress tests/test-machine.js:82:15
❯ doTest tests/integration/protection.js:14:9
❯ tests/integration/protection.js:24:9
|
tests/integration/timings.js > test timings > should match expected values:
tests/integration/timings.js#L26
AssertionError: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
[
[
...
],
[
+ 0,
+ 0,
+ 0
- 17592,
- 192,
- 255
],
[
+ 0,
+ 0,
+ 0
- 17605,
- 192,
- 255
],
[
...
],
[
+ 0,
+ 0,
+ 0
- 17654,
- 192,
- 219
],
[
+ 0,
+ 0,
+ 0
- 17670,
- 192,
- 220
],
...
0
]
]
- Expected
+ Received
Array [
Array [
17462,
0,
221,
],
Array [
17475,
0,
221,
],
Array [
17488,
0,
221,
],
Array [
17502,
0,
221,
],
Array [
0,
0,
0,
],
Array [
0,
0,
0,
],
Array [
17544,
0,
255,
],
Array [
17559,
0,
0,
],
Array [
0,
0,
0,
],
Array [
- 17592,
- 192,
- 255,
+ 0,
+ 0,
+ 0,
],
Array [
- 17605,
- 192,
- 255,
+ 0,
+ 0,
+ 0,
],
Array [
0,
0,
0,
],
Array [
0,
0,
0,
],
Array [
- 17654,
- 192,
- 219,
+ 0,
+ 0,
+ 0,
],
Array [
- 17670,
- 192,
- 220,
+ 0,
+ 0,
+ 0,
],
Array [
17686,
192,
255,
],
Array [
17703,
192,
0,
],
Array [
17722,
192,
1,
],
Array [
17738,
192,
1,
],
Array [
17753,
192,
0,
],
Array [
17769,
192,
0,
],
Array [
17784,
192,
1,
],
Array [
17802,
192,
255,
],
Array [
17817,
192,
0,
],
Array [
17830,
192,
0,
],
Array [
0,
0,
0,
],
]
❯ tests/integration/timings.js:26:16
|
tests/integration/via.js > should pass scarybeasts' VIA tests > VIA.AC3 - Does ACR write at timer expiry affect behaviour #2?:
tests/integration/via.js#L22
AssertionError: mismatch at 0x101
- Expected
+ Received
- 0
+ 64
❯ expectArray tests/integration/via.js:22:16
❯ tests/integration/via.js:138:9
|
tests/integration/via.js > should pass scarybeasts' VIA tests > VIA.AC6 - getting to the bottom of ACR write at IRQ time #1:
tests/integration/via.js#L22
AssertionError: mismatch at 0x104
- Expected
+ Received
- 0
+ 64
❯ expectArray tests/integration/via.js:22:16
❯ tests/integration/via.js:416:9
|
tests/integration/via.js > should pass scarybeasts' VIA tests > VIA.I2 - does timer interrupt fire if IFR cleared at the same time?:
tests/integration/via.js#L22
AssertionError: mismatch at 0x100
- Expected
+ Received
- 1
+ 0
❯ expectArray tests/integration/via.js:22:16
❯ tests/integration/via.js:784:9
|
build-and-test
Process completed with exit code 1.
|