mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-08 20:28:32 +09:00
[Fix] (replay-trace) add Minecraft 26.2 vanilla fixtures
This commit is contained in:
@@ -38,6 +38,12 @@ case "${case_name}" in
|
||||
minecraft-1.21.4-fabric-sodium-in-world)
|
||||
add_standard_case "0000923340"
|
||||
;;
|
||||
minecraft-26.2-main-menu)
|
||||
add_standard_case "0000259766"
|
||||
;;
|
||||
minecraft-26.2-in-world)
|
||||
add_standard_case "0000519370"
|
||||
;;
|
||||
minecraft-1.21.4-fabric-rei-inventory-normal-world)
|
||||
add_standard_case "0000734465"
|
||||
;;
|
||||
|
||||
@@ -212,6 +212,30 @@ jobs:
|
||||
crop_width: 0
|
||||
crop_height: 0
|
||||
timeout_seconds: 1800
|
||||
- name: minecraft-26.2-main-menu
|
||||
trace_archive: tools/trace_replay/fixtures/minecraft-26.2-main-menu.tgz
|
||||
trace_file: trace.trace
|
||||
golden: tools/trace_replay/fixtures/minecraft-26.2-main-menu.0000259766.png
|
||||
target_call: 259766
|
||||
width: 854
|
||||
height: 480
|
||||
crop_x: 0
|
||||
crop_y: 0
|
||||
crop_width: 0
|
||||
crop_height: 0
|
||||
timeout_seconds: 180
|
||||
- name: minecraft-26.2-in-world
|
||||
trace_archive: tools/trace_replay/fixtures/minecraft-26.2-in-world.tgz
|
||||
trace_file: trace.trace
|
||||
golden: tools/trace_replay/fixtures/minecraft-26.2-in-world.0000519370.png
|
||||
target_call: 519370
|
||||
width: 854
|
||||
height: 480
|
||||
crop_x: 0
|
||||
crop_y: 0
|
||||
crop_width: 0
|
||||
crop_height: 0
|
||||
timeout_seconds: 900
|
||||
- name: minecraft-1.21.4-fabric-rei-inventory-normal-world
|
||||
trace_archive: tools/trace_replay/fixtures/minecraft-1.21.4-fabric-rei-inventory-normal-world.tgz
|
||||
trace_file: trace.trace
|
||||
|
||||
@@ -348,6 +348,8 @@ jobs:
|
||||
- minecraft-1.21.4-main-menu
|
||||
- minecraft-1.21.4-in-world
|
||||
- minecraft-1.21.4-fabric-sodium-in-world
|
||||
- minecraft-26.2-main-menu
|
||||
- minecraft-26.2-in-world
|
||||
- minecraft-1.21.4-fabric-rei-inventory-normal-world
|
||||
- minecraft-1.21.4-fabric-xaero-minimap-in-world-normal-world
|
||||
- minecraft-1.21.4-fabric-xaero-world-map-in-world-normal-world
|
||||
|
||||
Reference in New Issue
Block a user