erlang: send_after deadline-ordering + cancel-of-fired tests (T3+T4, 769/769)
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 45s

T3 — concurrent timers fire in deadline order, not schedule order
(scheduler jumps the clock to the earliest pending deadline each
time the runnable queue drains). T4 — cancel_timer on an
already-fired timer returns the atom false.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-28 17:48:47 +00:00
parent 3709460d0b
commit 98b0104c7b
3 changed files with 45 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
# Erlang-on-SX Scoreboard
**Total: 766 / 766 tests passing**
**Total: 769 / 769 tests passing**
| | Suite | Pass | Total |
|---|---|---|---|
@@ -15,7 +15,7 @@
| ✅ | fib | 8 | 8 |
| ✅ | ffi | 37 | 37 |
| ✅ | vm | 78 | 78 |
| ✅ | send_after | 5 | 5 |
| ✅ | send_after | 8 | 8 |
Generated by `lib/erlang/conformance.sh`.