Commit 531071c
[Sierra-Emu] Run corelib's tests (#1188)
* Add sierra-emu as a debug utility
* Change working dir in sierra-emu job
* Remove repeated lines in sierra-emu gitignore
* Exclude debug_utils from coverage job
* remove some todos from value and implement Coupon libfunc
* start adding corelib test
* run tests from corelib
* remove unwanted file
* remove not related things
* get return_value from trace
* replace ids for debug info
* add common folder for integration tests
* fix tests
* remove todo
* ignore test for now
* filter ignored tests
* Update debug_utils/sierra-emu/tests/common/mod.rs
Co-authored-by: Julian Gonzalez Calderon <[email protected]>
* run ignored test from the ci
* better ignoring
* remove debug_name in enums
* refactor
* remove unused dependency
* More expressive naming for the workflow
Co-authored-by: Gabriel Bosio <[email protected]>
* reviews
* reviews
* fmt
* fmt ci
* revert last commit
* fmt
* accidentally removed rayon usage
* avoid map's short-circuiting
* catch panics the avoid loosing the test name
* log ignored tests
* clippy
* Add "(WIP)" to corelib's test job
Co-authored-by: Gabriel Bosio <[email protected]>
* print progress as the test runs
* fmt
* format makefile
Co-authored-by: Julian Gonzalez Calderon <[email protected]>
* fix name test in ci
* add dependencies removed in merge
* dependencies
* clippy
* remove unused import
* better indent in makefile
* uppercase tests summary comment for better sight
---------
Co-authored-by: gabrielbosio <[email protected]>
Co-authored-by: Julian Gonzalez Calderon <[email protected]>
Co-authored-by: Gabriel Bosio <[email protected]>1 parent 832f3a3 commit 531071c
File tree
12 files changed
+566
-155
lines changed- .github/workflows
- debug_utils/sierra-emu
- src
- tests
- common
12 files changed
+566
-155
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
344 | | - | |
| 344 | + | |
345 | 345 | | |
346 | 346 | | |
347 | 347 | | |
| |||
358 | 358 | | |
359 | 359 | | |
360 | 360 | | |
361 | | - | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
0 commit comments