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 <targos@protonmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 902ef9a commit db4f802

20 files changed

Lines changed: 0 additions & 61 deletions

‎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
construnBenchmark=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
constassert=require('assert');
107
constutil=require('util');
118
constcrypto=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
constassert=require('assert');
107
constcrypto=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
constassert=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
constassert=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
constassert=require('assert');
107
constcrypto=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
constassert=require('assert');
107
constfs=require('fs');
118
constpath=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
constassert=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
constassert=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
constassert=require('assert');
129
const{ subtle, getRandomValues }=require('crypto').webcrypto;
1310

0 commit comments

Comments
 (0)