mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 10:58:56 +00:00
23 lines
410 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
]
|