mirror of
https://github.com/open-goal/jak-project
synced 2026-08-22 07:04:29 -04:00
Test Jenkins Build and Update Jak 2's Reference Tests (#1710)
tests: update jak 2's ref tests
This commit is contained in:
+1
-1
@@ -122,7 +122,7 @@ tasks:
|
||||
# cmds:
|
||||
# - python ./scripts/add-reference-test.py --file "{{.FILES}}"
|
||||
# - task: offline-tests
|
||||
update-reference-tests:
|
||||
update-ref-tests:
|
||||
cmds:
|
||||
- cmd: python ./scripts/default-file-or-folder.py --path failures
|
||||
- cmd: '{{.OFFLINETEST_BIN_RELEASE_DIR}}/offline-test --iso_data_path "./iso_data/{{.GAME}}" --game {{.GAME}} --dump_current_output'
|
||||
|
||||
+5
-9
@@ -525,10 +525,10 @@
|
||||
|
||||
;; definition of type catch-frame
|
||||
(deftype catch-frame (stack-frame)
|
||||
((sp int32 :offset-assert 12)
|
||||
(ra int32 :offset-assert 16)
|
||||
(freg float 6 :offset-assert 20)
|
||||
(rreg uint128 8 :offset-assert 48)
|
||||
((sp int32 :offset-assert 12)
|
||||
(ra int32 :offset-assert 16)
|
||||
(freg float 10 :offset-assert 20)
|
||||
(rreg uint128 7 :offset-assert 64)
|
||||
)
|
||||
:method-count-assert 9
|
||||
:size-assert #xb0
|
||||
@@ -550,7 +550,7 @@
|
||||
(format #t "~1Tsp: #x~X~%" (-> obj sp))
|
||||
(format #t "~1Tra: #x~X~%" (-> obj ra))
|
||||
(format #t "~1Tfreg[6] @ #x~X~%" (-> obj freg))
|
||||
(format #t "~1Trreg[8] @ #x~X~%" (-> obj rreg))
|
||||
(format #t "~1Trreg[8] @ #x~X~%" (&-> obj freg 7))
|
||||
(label cfg-4)
|
||||
obj
|
||||
)
|
||||
@@ -750,7 +750,3 @@
|
||||
|
||||
;; failed to figure out what this is:
|
||||
0
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user