diff options
author | Nayeem Rahman <muhammed.9939@gmail.com> | 2020-03-15 09:34:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-15 10:34:24 +0100 |
commit | 64a35acd64f4a9aedfb52f6b364c229c6f7e4090 (patch) | |
tree | a2d3d68b3a072490c3d8e20333b07e165d3ab94b /cli/tests | |
parent | a159165fe5f9fe53c3593af707888a7efc859d14 (diff) |
feat(cli/js/testing): Add TestDefinition::skip (#4351)
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/057_revoke_permissions.out | 16 | ||||
-rw-r--r-- | cli/tests/compiler_api_test.out | 25 | ||||
-rw-r--r-- | cli/tests/workers_test.out | 10 |
3 files changed, 25 insertions, 26 deletions
diff --git a/cli/tests/057_revoke_permissions.out b/cli/tests/057_revoke_permissions.out index 1f12d3b93..5ea2b9ecb 100644 --- a/cli/tests/057_revoke_permissions.out +++ b/cli/tests/057_revoke_permissions.out @@ -1,10 +1,10 @@ running 7 tests -OK runGranted [WILDCARD] -OK readGranted [WILDCARD] -OK writeGranted [WILDCARD] -OK netGranted [WILDCARD] -OK envGranted [WILDCARD] -OK pluginGranted [WILDCARD] -OK hrtimeGranted [WILDCARD] +OK runGranted [WILDCARD] +OK readGranted [WILDCARD] +OK writeGranted [WILDCARD] +OK netGranted [WILDCARD] +OK envGranted [WILDCARD] +OK pluginGranted [WILDCARD] +OK hrtimeGranted [WILDCARD] -test result: OK 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [WILDCARD]
\ No newline at end of file +test result: OK 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [WILDCARD] diff --git a/cli/tests/compiler_api_test.out b/cli/tests/compiler_api_test.out index 23f44b092..9ab6536a2 100644 --- a/cli/tests/compiler_api_test.out +++ b/cli/tests/compiler_api_test.out @@ -1,16 +1,15 @@ running 12 tests -OK compilerApiCompileSources [WILDCARD] -OK compilerApiCompileNoSources [WILDCARD] -OK compilerApiCompileOptions [WILDCARD] -OK compilerApiCompileLib [WILDCARD] -OK compilerApiCompileTypes [WILDCARD] -OK transpileOnlyApi [WILDCARD] -OK transpileOnlyApiConfig [WILDCARD] -OK bundleApiSources [WILDCARD] -OK bundleApiNoSources [WILDCARD] -OK bundleApiConfig [WILDCARD] -OK bundleApiJsModules [WILDCARD] -OK diagnosticsTest [WILDCARD] +OK compilerApiCompileSources [WILDCARD] +OK compilerApiCompileNoSources [WILDCARD] +OK compilerApiCompileOptions [WILDCARD] +OK compilerApiCompileLib [WILDCARD] +OK compilerApiCompileTypes [WILDCARD] +OK transpileOnlyApi [WILDCARD] +OK transpileOnlyApiConfig [WILDCARD] +OK bundleApiSources [WILDCARD] +OK bundleApiNoSources [WILDCARD] +OK bundleApiConfig [WILDCARD] +OK bundleApiJsModules [WILDCARD] +OK diagnosticsTest [WILDCARD] test result: OK 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [WILDCARD] - diff --git a/cli/tests/workers_test.out b/cli/tests/workers_test.out index 691301f81..1238ca70a 100644 --- a/cli/tests/workers_test.out +++ b/cli/tests/workers_test.out @@ -1,7 +1,7 @@ running 4 tests -OK workersBasic [WILDCARD] -OK nestedWorker [WILDCARD] -OK workerThrowsWhenExecuting [WILDCARD] -OK workerCanUseFetch [WILDCARD] +OK workersBasic [WILDCARD] +OK nestedWorker [WILDCARD] +OK workerThrowsWhenExecuting [WILDCARD] +OK workerCanUseFetch [WILDCARD] -test result: OK 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [WILDCARD]
\ No newline at end of file +test result: OK 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [WILDCARD] |