summaryrefslogtreecommitdiff
path: root/frontends/calculator/CEdev/examples/gfx_shapes_shift/autotester.json
blob: af3def50a5c0d84a5f39aac26f4bbbd1f478cb3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
  "rom": "84pce_515.rom",
  "transfer_files": [
    "bin/DEMO.8xp"
  ],
  "target": {
    "name": "DEMO",
    "isASM": true
  },
  "sequence": [
    "action|launch",
    "hashWait|1",
    "key|enter",
    "hashWait|2",
    "key|enter",
    "hashWait|3",
    "key|enter",
    "hashWait|4",
    "key|enter",
    "hashWait|5",
    "key|enter",
    "hashWait|6"
  ],
  "hashes": {
    "1": {
      "description": "The empty and filled blue circles are drawn correctly",
      "start": "vram_start",
      "size": "vram_8_size",
      "expected_CRCs": [ "2C41178A" ]
    },
    "2": {
      "description": "The yellow rectangle, red circle, and blue triangle are drawn correctly",
      "start": "vram_start",
      "size": "vram_8_size",
      "expected_CRCs": [ "C8E3ED16" ]
    },
    "3": {
      "description": "Filled yellow rectangle, red circle, and blue triangle are drawn correctly",
      "start": "vram_start",
      "size": "vram_8_size",
      "expected_CRCs": [ "D7543DD6" ]
    },
    "4": {
      "description": "The screen is shifted several times",
      "start": "vram_start",
      "size": "vram_8_size",
      "expected_CRCs": [ "F2BD5102" ]
    },
    "5": {
      "description": "The screen displays many different triangles",
      "start": "vram_start",
      "size": "vram_8_size",
      "expected_CRCs": [ "CDE95095" ]
    },
    "6": {
      "description": "Back to the home screen (exit check)",
      "start": "vram_start",
      "size": "vram_16_size",
      "expected_CRCs": [ "FFAF89BA", "101734A5", "9DA19F44" ]
    }
  }
}