mini_racer/test
Gerhard Schlager 3d110768ee
Fix GitHub Actions and add tests for mutable strings (#256)
* Fix GitHub Actions

* Disable tests with `musl` for arm64 because there's no `libv8-node` gem for aarch64-linux-musl at the moment
* Fix tests on older Ruby versions by running `gem update --system`
* Removes macOS 10.15 (it will be unsupported by 2022-08-30 anyway)
* Adds macOS 12 to the matrix
* Run TruffleRuby job on macOS as well
* Use `ruby/setup-ruby` action where possible and update `actions/checkout` to v3
* Run tests for pull requests

* Raise sleep duration in tests to fix CI failures on macOS

* Add tests for mutable string arguments and return values
2022-07-22 08:45:20 +10:00
..
support FEATURE: add wasm support 2020-06-29 13:25:50 +10:00
file.js Implement #load (initial trivial implementation) 2016-05-17 10:47:21 +10:00
function_test.rb FEATURE: Implement MiniRacer for TruffleRuby (#253) 2022-07-21 15:02:32 +10:00
mini_racer_test.rb Fix GitHub Actions and add tests for mutable strings (#256) 2022-07-22 08:45:20 +10:00
test_crash.rb FIX: segfault due to GC when running attached functions 2018-06-27 18:39:15 +10:00
test_forking.rb FEATURE: Implement MiniRacer for TruffleRuby (#253) 2022-07-21 15:02:32 +10:00
test_helper.rb Bump version 2016-10-10 08:43:18 +11:00
test_leak.rb add valgrind rake task to ensure nothing leaks 2016-05-12 20:05:56 +10:00