You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Sierra-Emu] implement missing libfuncs from int_range and array (#1200)
* 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 <gonzalezcalderonjulian@gmail.com>
* 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 <38794644+gabrielbosio@users.noreply.github.com>
* 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 <38794644+gabrielbosio@users.noreply.github.com>
* print progress as the test runs
* fmt
* format makefile
Co-authored-by: Julian Gonzalez Calderon <gonzalezcalderonjulian@gmail.com>
* 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
* implement int_range libfuncs
* implement missing array libfuncs
* fmt
* add is() for IntRange
* remove unnecesary pubs
* reviews
* reviews
* fix branching in int_range_try_new
* clippy
* reviews
* fmt
---------
Co-authored-by: gabrielbosio <gabrielbosio95@gmail.com>
Co-authored-by: Julian Gonzalez Calderon <gonzalezcalderonjulian@gmail.com>
Co-authored-by: Gabriel Bosio <38794644+gabrielbosio@users.noreply.github.com>
0 commit comments