diff options
| author | Luca Casonato <hello@lcas.dev> | 2024-09-03 11:24:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-03 11:24:25 +0200 |
| commit | 5cf97f539bb0c3d2bda918f53cd4a976c03b37e3 (patch) | |
| tree | 82f05b270b3df52609e3d0d6c86a768d1399e257 /tests/testdata/bench | |
| parent | b5695d02df75719bca0df1aae0622b22761b1533 (diff) | |
BREAKING(permissions): remove --allow-hrtime (#25367)
Remove `--allow-hrtime` and `--deny-hrtime`. We are doing this because
it is already possible to get access to high resolution timers through
workers and SharedArrayBuffer.
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
Diffstat (limited to 'tests/testdata/bench')
| -rw-r--r-- | tests/testdata/bench/allow_all.out | 2 | ||||
| -rw-r--r-- | tests/testdata/bench/allow_none.out | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/tests/testdata/bench/allow_all.out b/tests/testdata/bench/allow_all.out index fc395493c..0aba21914 100644 --- a/tests/testdata/bench/allow_all.out +++ b/tests/testdata/bench/allow_all.out @@ -18,5 +18,3 @@ run false [WILDCARD] [WILDCARD] [WILDCARD] ([WILDCARD] … [WILDCARD]) [WILDCARD run true [WILDCARD] [WILDCARD] [WILDCARD] ([WILDCARD] … [WILDCARD]) [WILDCARD] ffi false [WILDCARD] [WILDCARD] [WILDCARD] ([WILDCARD] … [WILDCARD]) [WILDCARD] ffi true [WILDCARD] [WILDCARD] [WILDCARD] ([WILDCARD] … [WILDCARD]) [WILDCARD] -hrtime false [WILDCARD] [WILDCARD] [WILDCARD] ([WILDCARD] … [WILDCARD]) [WILDCARD] -hrtime true [WILDCARD] [WILDCARD] [WILDCARD] ([WILDCARD] … [WILDCARD]) [WILDCARD] diff --git a/tests/testdata/bench/allow_none.out b/tests/testdata/bench/allow_none.out index 0acf74691..9499e234a 100644 --- a/tests/testdata/bench/allow_none.out +++ b/tests/testdata/bench/allow_none.out @@ -18,6 +18,4 @@ run error: PermissionDenied: Can't escalate parent thread permissions [WILDCARD] ffi error: PermissionDenied: Can't escalate parent thread permissions [WILDCARD] -hrtime error: PermissionDenied: Can't escalate parent thread permissions -[WILDCARD] error: Bench failed |
