erlang: register binary_to_list/1 + list_to_binary/1 BIFs (+9 ffi tests, 738/738)

This commit is contained in:
2026-06-06 08:02:36 +00:00
parent b7fcd17e6e
commit c6f397c3d9
4 changed files with 109 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
{
"language": "erlang",
"total_pass": 729,
"total": 729,
"total_pass": 738,
"total": 738,
"suites": [
{"name":"tokenize","pass":62,"total":62,"status":"ok"},
{"name":"parse","pass":52,"total":52,"status":"ok"},
@@ -12,7 +12,7 @@
{"name":"bank","pass":8,"total":8,"status":"ok"},
{"name":"echo","pass":7,"total":7,"status":"ok"},
{"name":"fib","pass":8,"total":8,"status":"ok"},
{"name":"ffi","pass":28,"total":28,"status":"ok"},
{"name":"ffi","pass":37,"total":37,"status":"ok"},
{"name":"vm","pass":78,"total":78,"status":"ok"}
]
}