Files
bun.sh/test/node.js/tests.json
2024-04-22 15:28:16 -07:00

23 lines
410 B
JSON

[
{
"label": "node:buffer",
"pattern": "parallel/test-buffer",
"skip": [
{
"file": "backing-arraybuffer.js",
"reason": "Internal binding checks if the buffer is on the heap"
}
],
"todo": [
{
"file": "constants.js",
"reason": "Hangs"
},
{
"file": "tostring-rangeerror.js",
"reason": "Hangs"
}
]
}
]