Skip to content

Commit db4f802

Browse files
danbevBethGriggs
authored andcommitted
Revert "test: skip tests for openssl-3.0.0-alpha15"
This reverts commit 2ff93c8. PR-URL: #39437 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 902ef9a commit db4f802

20 files changed

+0
-61
lines changed

test/benchmark/test-benchmark-crypto.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ if (!common.hasCrypto)
88
if (common.hasFipsCrypto)
99
common.skip('some benchmarks are FIPS-incompatible');
1010

11-
if (common.hasOpenSSL3) {
12-
common.skip('temporarily skipping for OpenSSL 3.0-alpha15');
13-
}
14-
1511
const runBenchmark = require('../common/benchmark');
1612

1713
runBenchmark('crypto', { NODEJS_BENCHMARK_ZERO_ALLOWED: 1 });

test/parallel/test-crypto-async-sign-verify.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ const common = require('../common');
33
if (!common.hasCrypto)
44
common.skip('missing crypto');
55

6-
if (common.hasOpenSSL3)
7-
common.skip('temporarily skipping for OpenSSL 3.0-alpha15');
8-
96
const assert = require('assert');
107
const util = require('util');
118
const crypto = require('crypto');

test/parallel/test-crypto-dh-stateless.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ const common = require('../common');
33
if (!common.hasCrypto)
44
common.skip('missing crypto');
55

6-
if (common.hasOpenSSL3)
7-
common.skip('temporarily skipping for OpenSSL 3.0-alpha15');
8-
96
const assert = require('assert');
107
const crypto = require('crypto');
118

test/parallel/test-crypto-key-objects.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ const common = require('../common');
44
if (!common.hasCrypto)
55
common.skip('missing crypto');
66

7-
if (common.hasOpenSSL3)
8-
common.skip('temporarily skipping for OpenSSL 3.0-alpha15');
9-
107
const assert = require('assert');
118
const { types: { isKeyObject } } = require('util');
129
const {

test/parallel/test-crypto-keygen.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ const common = require('../common');
44
if (!common.hasCrypto)
55
common.skip('missing crypto');
66

7-
if (common.hasOpenSSL3)
8-
common.skip('temporarily skipping for OpenSSL 3.0-alpha15');
9-
107
const assert = require('assert');
118
const {
129
constants,

test/parallel/test-crypto-rsa-dsa.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ const common = require('../common');
33
if (!common.hasCrypto)
44
common.skip('missing crypto');
55

6-
if (common.hasOpenSSL3)
7-
common.skip('temporarily skipping for OpenSSL 3.0-alpha15');
8-
96
const assert = require('assert');
107
const crypto = require('crypto');
118

test/parallel/test-crypto-sign-verify.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ const common = require('../common');
33
if (!common.hasCrypto)
44
common.skip('missing crypto');
55

6-
if (common.hasOpenSSL3)
7-
common.skip('temporarily skipping for OpenSSL 3.0-alpha15');
8-
96
const assert = require('assert');
107
const fs = require('fs');
118
const path = require('path');

test/parallel/test-webcrypto-derivebits-ecdh.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ const common = require('../common');
55
if (!common.hasCrypto)
66
common.skip('missing crypto');
77

8-
if (common.hasOpenSSL3)
9-
common.skip('temporarily skipping for OpenSSL 3.0-alpha15');
10-
118
const assert = require('assert');
129
const { subtle, getRandomValues } = require('crypto').webcrypto;
1310

test/parallel/test-webcrypto-derivebits-node-dh.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ const common = require('../common');
55
if (!common.hasCrypto)
66
common.skip('missing crypto');
77

8-
if (common.hasOpenSSL3)
9-
common.skip('temporarily skipping for OpenSSL 3.0-alpha15');
10-
118
const assert = require('assert');
129
const { subtle } = require('crypto').webcrypto;
1310

test/parallel/test-webcrypto-derivekey-ecdh.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ const common = require('../common');
55
if (!common.hasCrypto)
66
common.skip('missing crypto');
77

8-
if (common.hasOpenSSL3)
9-
common.skip('temporarily skipping for OpenSSL 3.0-alpha15');
10-
118
const assert = require('assert');
129
const { subtle, getRandomValues } = require('crypto').webcrypto;
1310

test/parallel/test-webcrypto-encrypt-decrypt-rsa.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ const common = require('../common');
55
if (!common.hasCrypto)
66
common.skip('missing crypto');
77

8-
if (common.hasOpenSSL3)
9-
common.skip('temporarily skipping for OpenSSL 3.0-alpha15');
10-
118
const assert = require('assert');
129
const { subtle } = require('crypto').webcrypto;
1310

test/parallel/test-webcrypto-export-import-dsa.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ const common = require('../common');
55
if (!common.hasCrypto)
66
common.skip('missing crypto');
77

8-
if (common.hasOpenSSL3)
9-
common.skip('temporarily skipping for OpenSSL 3.0-alpha15');
10-
118
const assert = require('assert');
129
const { subtle } = require('crypto').webcrypto;
1310

test/parallel/test-webcrypto-export-import-ec.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ const common = require('../common');
55
if (!common.hasCrypto)
66
common.skip('missing crypto');
77

8-
if (common.hasOpenSSL3)
9-
common.skip('temporarily skipping for OpenSSL 3.0-alpha15');
10-
118
const assert = require('assert');
129
const { subtle } = require('crypto').webcrypto;
1310

test/parallel/test-webcrypto-export-import-rsa.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ const common = require('../common');
55
if (!common.hasCrypto)
66
common.skip('missing crypto');
77

8-
if (common.hasOpenSSL3)
9-
common.skip('temporarily skipping for OpenSSL 3.0-alpha15');
10-
118
const assert = require('assert');
129
const { subtle } = require('crypto').webcrypto;
1310

test/parallel/test-webcrypto-export-import.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ const common = require('../common');
55
if (!common.hasCrypto)
66
common.skip('missing crypto');
77

8-
if (common.hasOpenSSL3)
9-
common.skip('temporarily skipping for OpenSSL 3.0-alpha15');
10-
118
const assert = require('assert');
129
const { subtle, getRandomValues } = require('crypto').webcrypto;
1310

test/parallel/test-webcrypto-rsa-pss-params.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ const common = require('../common');
55
if (!common.hasCrypto)
66
common.skip('missing crypto');
77

8-
if (common.hasOpenSSL3)
9-
common.skip('temporarily skipping for OpenSSL 3.0-alpha15');
10-
118
const {
129
createPrivateKey,
1310
createPublicKey,

test/parallel/test-webcrypto-sign-verify-ecdsa.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ const common = require('../common');
55
if (!common.hasCrypto)
66
common.skip('missing crypto');
77

8-
if (common.hasOpenSSL3)
9-
common.skip('temporarily skipping for OpenSSL 3.0-alpha15');
10-
118
const assert = require('assert');
129
const { subtle } = require('crypto').webcrypto;
1310

test/parallel/test-webcrypto-sign-verify-node-dsa.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ const common = require('../common');
55
if (!common.hasCrypto)
66
common.skip('missing crypto');
77

8-
if (common.hasOpenSSL3)
9-
common.skip('temporarily skipping for OpenSSL 3.0-alpha15');
10-
118
const assert = require('assert');
129
const { subtle } = require('crypto').webcrypto;
1310

test/parallel/test-webcrypto-sign-verify-rsa.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ const common = require('../common');
55
if (!common.hasCrypto)
66
common.skip('missing crypto');
77

8-
if (common.hasOpenSSL3)
9-
common.skip('temporarily skipping for OpenSSL 3.0-alpha15');
10-
118
const assert = require('assert');
129
const { subtle } = require('crypto').webcrypto;
1310

test/parallel/test-webcrypto-wrap-unwrap.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ const common = require('../common');
55
if (!common.hasCrypto)
66
common.skip('missing crypto');
77

8-
if (common.hasOpenSSL3)
9-
common.skip('temporarily skipping for OpenSSL 3.0-alpha15');
10-
118
const assert = require('assert');
129
const { subtle } = require('crypto').webcrypto;
1310

0 commit comments

Comments
 (0)