mirror of
https://github.com/RGBCube/serenity
synced 2026-01-14 15:00:59 +00:00
From test262 documentation, this flag means:
The test file should only be run when the [[CanBlock]] property of
the Agent Record executing the file is `false`.
This patch stubs out the accessor for that internal slot and skips tests
with the CanBlockIsFalse if that internal slot is true.
|
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| test-invalid-unicode-js.cpp | ||
| test-js.cpp | ||
| test-test262.cpp | ||
| test-value-js.cpp | ||
| test262-runner.cpp | ||