Skip to content

💥 Drop deprecated big{U|}int{N|} #11195

💥 Drop deprecated big{U|}int{N|}

💥 Drop deprecated big{U|}int{N|} #11195

Re-run triggered October 25, 2024 17:34
Status Failure
Total duration 5m 21s
Artifacts 2

build-status.yml

on: pull_request
Warm up Yarn cache
7s
Warm up Yarn cache
Matrix: Warm up Yarn cache (others)
Build production packages
1m 15s
Build production packages
No dedupe required
15s
No dedupe required
Package quality
9s
Package quality
Format & Lint
35s
Format & Lint
Build documentation
1m 28s
Build documentation
Matrix: Test types
Matrix: Test
Publish documentation on Netlify
4s
Publish documentation on Netlify
Pre All checks passed
0s
Pre All checks passed
All checks passed
0s
All checks passed
Check publish any package
0s
Check publish any package
Check publish @fast-check/ava
0s
Check publish @fast-check/ava
Check publish @fast-check/expect-type
0s
Check publish @fast-check/expect-type
Check publish fast-check
0s
Check publish fast-check
Check publish @fast-check/jest
0s
Check publish @fast-check/jest
Check publish @fast-check/packaged
0s
Check publish @fast-check/packaged
Check publish @fast-check/poisoning
0s
Check publish @fast-check/poisoning
Check publish @fast-check/vitest
0s
Check publish @fast-check/vitest
Check publish @fast-check/worker
0s
Check publish @fast-check/worker
Publish @fast-check/ava
0s
Publish @fast-check/ava
Publish @fast-check/expect-type
0s
Publish @fast-check/expect-type
Publish fast-check
0s
Publish fast-check
Publish @fast-check/jest
0s
Publish @fast-check/jest
Publish @fast-check/packaged
0s
Publish @fast-check/packaged
Publish @fast-check/poisoning
0s
Publish @fast-check/poisoning
Publish @fast-check/vitest
0s
Publish @fast-check/vitest
Publish @fast-check/worker
0s
Publish @fast-check/worker
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 1 warning
test/unit/arbitrary/_internals/MixedCaseArbitrary.spec.ts > MixedCaseArbitrary > generate > should not toggle any character if flags equal zero: packages/fast-check/test/unit/arbitrary/_internals/MixedCaseArbitrary.spec.ts#L36
AssertionError: expected "bigInt" to be called with arguments: [ 6 ] Received: 1st bigInt call: Array [ - 6, + 0n, + 63n, ] Number of calls: 1 ❯ test/unit/arbitrary/_internals/MixedCaseArbitrary.spec.ts:36:22
test/unit/arbitrary/_internals/MixedCaseArbitrary.spec.ts > MixedCaseArbitrary > generate > should toggle characters according to flags: packages/fast-check/test/unit/arbitrary/_internals/MixedCaseArbitrary.spec.ts#L54
AssertionError: expected "bigInt" to be called with arguments: [ 6 ] Received: 1st bigInt call: Array [ - 6, + 0n, + 63n, ] Number of calls: 1 ❯ test/unit/arbitrary/_internals/MixedCaseArbitrary.spec.ts:54:22
test/unit/arbitrary/_internals/MixedCaseArbitrary.spec.ts > MixedCaseArbitrary > generate > should not try to toggle characters that do not have toggled versions: packages/fast-check/test/unit/arbitrary/_internals/MixedCaseArbitrary.spec.ts#L72
AssertionError: expected "bigInt" to be called with arguments: [ 4 ] Received: 1st bigInt call: Array [ - 4, + 0n, + 15n, ] Number of calls: 1 ❯ test/unit/arbitrary/_internals/MixedCaseArbitrary.spec.ts:72:22
test/unit/arbitrary/_internals/MixedCaseArbitrary.spec.ts > MixedCaseArbitrary > generate > should properly deal with toggle mapping to multiple characters: packages/fast-check/test/unit/arbitrary/_internals/MixedCaseArbitrary.spec.ts#L93
AssertionError: expected "bigInt" to be called with arguments: [ 2 ] Received: 1st bigInt call: Array [ - 2, + 0n, + 3n, ] Number of calls: 1 ❯ test/unit/arbitrary/_internals/MixedCaseArbitrary.spec.ts:93:22
Test (fast-check, test, 20.x, ubuntu-latest)
Process completed with exit code 1.
Test (@fast-check/jest, test, 22.x, ubuntu-latest)
The job was canceled because "fast-check_test_20_x_ubun" failed.
Test (@fast-check/jest, test, 22.x, ubuntu-latest)
The operation was canceled.
Test (@fast-check/jest, test, 18.x, ubuntu-latest)
The job was canceled because "fast-check_test_20_x_ubun" failed.
Test (@fast-check/jest, test, 18.x, ubuntu-latest)
The operation was canceled.
Test (@fast-check/jest, test, 20.x, ubuntu-latest)
The job was canceled because "fast-check_test_20_x_ubun" failed.
Test (@fast-check/jest, test, 20.x, ubuntu-latest)
The operation was canceled.
Test (@fast-check/jest, test, latest, ubuntu-latest)
The job was canceled because "fast-check_test_20_x_ubun" failed.
Test (@fast-check/jest, test, latest, ubuntu-latest)
The operation was canceled.
Test (fast-check, test, 18.x, ubuntu-latest)
The job was canceled because "fast-check_test_20_x_ubun" failed.
Test (fast-check, test, 18.x, ubuntu-latest)
The operation was canceled.
Test (fast-check, test, latest, ubuntu-latest)
The job was canceled because "fast-check_test_20_x_ubun" failed.
Test (fast-check, test, latest, ubuntu-latest)
The operation was canceled.
Test (fast-check, test, 22.x, ubuntu-latest)
The job was canceled because "fast-check_test_20_x_ubun" failed.
Test (fast-check, test, 22.x, ubuntu-latest)
The operation was canceled.
All checks passed
Process completed with exit code 1.
Format & Lint: packages/worker/src/internals/worker-runner/WorkerRunner.ts#L26
'wrapAndRunAsPromise' was used before it was defined