diff options
Diffstat (limited to 'tests')
41 files changed, 42 insertions, 42 deletions
diff --git a/tests/001_hello.test b/tests/001_hello.test index 121dbb2ea..27cc21f33 100644 --- a/tests/001_hello.test +++ b/tests/001_hello.test @@ -1,2 +1,2 @@ -args: --reload tests/001_hello.js +args: run --reload tests/001_hello.js output: tests/001_hello.js.out diff --git a/tests/002_hello.test b/tests/002_hello.test index d889acd00..412b2ac79 100644 --- a/tests/002_hello.test +++ b/tests/002_hello.test @@ -1,2 +1,2 @@ -args: --reload tests/002_hello.ts +args: run --reload tests/002_hello.ts output: tests/002_hello.ts.out diff --git a/tests/003_relative_import.test b/tests/003_relative_import.test index 5206c1aaa..0f69633e0 100644 --- a/tests/003_relative_import.test +++ b/tests/003_relative_import.test @@ -1,2 +1,2 @@ -args: --reload tests/003_relative_import.ts +args: run --reload tests/003_relative_import.ts output: tests/003_relative_import.ts.out diff --git a/tests/004_set_timeout.test b/tests/004_set_timeout.test index 6fda34f25..e4a534f48 100644 --- a/tests/004_set_timeout.test +++ b/tests/004_set_timeout.test @@ -1,2 +1,2 @@ -args: --reload tests/004_set_timeout.ts +args: run --reload tests/004_set_timeout.ts output: tests/004_set_timeout.ts.out diff --git a/tests/005_more_imports.test b/tests/005_more_imports.test index fde5276fe..3bc2e999d 100644 --- a/tests/005_more_imports.test +++ b/tests/005_more_imports.test @@ -1,2 +1,2 @@ -args: --reload tests/005_more_imports.ts +args: run --reload tests/005_more_imports.ts output: tests/005_more_imports.ts.out diff --git a/tests/006_url_imports.test b/tests/006_url_imports.test index 13c04219a..28d9116f7 100644 --- a/tests/006_url_imports.test +++ b/tests/006_url_imports.test @@ -1,2 +1,2 @@ -args: --reload tests/006_url_imports.ts +args: run --reload tests/006_url_imports.ts output: tests/006_url_imports.ts.out diff --git a/tests/012_async.test b/tests/012_async.test index 3694d7362..63a0e0d23 100644 --- a/tests/012_async.test +++ b/tests/012_async.test @@ -1,2 +1,2 @@ -args: --reload tests/012_async.ts +args: run --reload tests/012_async.ts output: tests/012_async.ts.out diff --git a/tests/016_double_await.test b/tests/016_double_await.test index 842d167cc..a1448e5a1 100644 --- a/tests/016_double_await.test +++ b/tests/016_double_await.test @@ -1,2 +1,2 @@ -args: --allow-read --reload tests/016_double_await.ts +args: run --allow-read --reload tests/016_double_await.ts output: tests/016_double_await.ts.out diff --git a/tests/017_import_redirect.test b/tests/017_import_redirect.test index db7439f05..d8e7570db 100644 --- a/tests/017_import_redirect.test +++ b/tests/017_import_redirect.test @@ -1,2 +1,2 @@ -args: --reload tests/017_import_redirect.ts +args: run --reload tests/017_import_redirect.ts output: tests/017_import_redirect.ts.out diff --git a/tests/018_async_catch.test b/tests/018_async_catch.test index 08961916d..ee62836ab 100644 --- a/tests/018_async_catch.test +++ b/tests/018_async_catch.test @@ -1,2 +1,2 @@ -args: --reload tests/018_async_catch.ts +args: run --reload tests/018_async_catch.ts output: tests/018_async_catch.ts.out diff --git a/tests/019_media_types.test b/tests/019_media_types.test index c0fea5bc6..d311abc10 100644 --- a/tests/019_media_types.test +++ b/tests/019_media_types.test @@ -1,2 +1,2 @@ -args: --reload tests/019_media_types.ts +args: run --reload tests/019_media_types.ts output: tests/019_media_types.ts.out diff --git a/tests/020_json_modules.test b/tests/020_json_modules.test index cacd21da0..624d69db3 100644 --- a/tests/020_json_modules.test +++ b/tests/020_json_modules.test @@ -1,2 +1,2 @@ -args: --reload tests/020_json_modules.ts +args: run --reload tests/020_json_modules.ts output: tests/020_json_modules.ts.out diff --git a/tests/021_mjs_modules.test b/tests/021_mjs_modules.test index 9b60b9d97..b74554fb1 100644 --- a/tests/021_mjs_modules.test +++ b/tests/021_mjs_modules.test @@ -1,2 +1,2 @@ -args: --reload tests/021_mjs_modules.ts +args: run --reload tests/021_mjs_modules.ts output: tests/021_mjs_modules.ts.out diff --git a/tests/023_no_ext_with_headers.test b/tests/023_no_ext_with_headers.test index b663f174c..cbab7cabd 100644 --- a/tests/023_no_ext_with_headers.test +++ b/tests/023_no_ext_with_headers.test @@ -1,2 +1,2 @@ -args: --reload tests/023_no_ext_with_headers +args: run --reload tests/023_no_ext_with_headers output: tests/023_no_ext_with_headers.out diff --git a/tests/024_import_no_ext_with_headers.test b/tests/024_import_no_ext_with_headers.test index efaca96c3..e76a9d5ac 100644 --- a/tests/024_import_no_ext_with_headers.test +++ b/tests/024_import_no_ext_with_headers.test @@ -1,2 +1,2 @@ -args: --reload tests/024_import_no_ext_with_headers.ts +args: run --reload tests/024_import_no_ext_with_headers.ts output: tests/024_import_no_ext_with_headers.ts.out diff --git a/tests/025_high_precision.test b/tests/025_high_precision.test index 2bc460c9b..fbdbbe8f9 100644 --- a/tests/025_high_precision.test +++ b/tests/025_high_precision.test @@ -1,2 +1,2 @@ -args: --allow-high-precision --reload tests/025_high_precision.ts +args: run --allow-high-precision --reload tests/025_high_precision.ts output: tests/025_high_precision.ts.out diff --git a/tests/025_reload_js_type_error.test b/tests/025_reload_js_type_error.test index a2cd214be..d88c1c578 100644 --- a/tests/025_reload_js_type_error.test +++ b/tests/025_reload_js_type_error.test @@ -1,2 +1,2 @@ -args: --reload tests/025_reload_js_type_error.js +args: run --reload tests/025_reload_js_type_error.js output: tests/025_reload_js_type_error.js.out diff --git a/tests/026_redirect_javascript.js.test b/tests/026_redirect_javascript.js.test index 81d0ad038..2b1f0d522 100644 --- a/tests/026_redirect_javascript.js.test +++ b/tests/026_redirect_javascript.js.test @@ -1,2 +1,2 @@ -args: --reload tests/026_redirect_javascript.js +args: run --reload tests/026_redirect_javascript.js output: tests/026_redirect_javascript.js.out diff --git a/tests/026_workers.test b/tests/026_workers.test index 5019a9256..1d973a6c5 100644 --- a/tests/026_workers.test +++ b/tests/026_workers.test @@ -1,2 +1,2 @@ -args: --reload tests/026_workers.ts +args: run --reload tests/026_workers.ts output: tests/026_workers.ts.out diff --git a/tests/027_redirect_typescript.ts.test b/tests/027_redirect_typescript.ts.test index 8762e61f2..ba2525ff6 100644 --- a/tests/027_redirect_typescript.ts.test +++ b/tests/027_redirect_typescript.ts.test @@ -1,2 +1,2 @@ -args: --reload tests/027_redirect_typescript.ts +args: run --reload tests/027_redirect_typescript.ts output: tests/027_redirect_typescript.ts.out diff --git a/tests/028_args.test b/tests/028_args.test index df3c56205..af98c8b7a 100644 --- a/tests/028_args.test +++ b/tests/028_args.test @@ -1,2 +1,2 @@ -args: --reload tests/028_args.ts --arg1 val1 --arg2=val2 -- arg3 arg4 +args: run --reload tests/028_args.ts --arg1 val1 --arg2=val2 -- arg3 arg4 output: tests/028_args.ts.out diff --git a/tests/async_error.test b/tests/async_error.test index 8ebbfb56c..2cc8de922 100644 --- a/tests/async_error.test +++ b/tests/async_error.test @@ -1,4 +1,4 @@ exit_code: 1 -args: --reload tests/async_error.ts +args: run --reload tests/async_error.ts check_stderr: true output: tests/async_error.ts.out diff --git a/tests/circular1.test b/tests/circular1.test index d86a00c31..80afb035b 100644 --- a/tests/circular1.test +++ b/tests/circular1.test @@ -1,2 +1,2 @@ -args: tests/circular1.js --reload +args: run --reload tests/circular1.js output: tests/circular1.js.out diff --git a/tests/config.test b/tests/config.test index ee811ab8b..d8c5fde99 100644 --- a/tests/config.test +++ b/tests/config.test @@ -1,4 +1,4 @@ -args: --reload --config tests/config.tsconfig.json tests/config.ts +args: run --reload --config tests/config.tsconfig.json tests/config.ts check_stderr: true exit_code: 1 output: tests/config.ts.out diff --git a/tests/error_001.test b/tests/error_001.test index ca0a2ef2e..df1ee5f4a 100644 --- a/tests/error_001.test +++ b/tests/error_001.test @@ -1,4 +1,4 @@ -args: --reload tests/error_001.ts +args: run --reload tests/error_001.ts check_stderr: true exit_code: 1 output: tests/error_001.ts.out diff --git a/tests/error_002.test b/tests/error_002.test index 12f6e3cec..d2954506d 100644 --- a/tests/error_002.test +++ b/tests/error_002.test @@ -1,4 +1,4 @@ -args: --reload tests/error_002.ts +args: run --reload tests/error_002.ts check_stderr: true exit_code: 1 output: tests/error_002.ts.out diff --git a/tests/error_003_typescript.test b/tests/error_003_typescript.test index 7a9d4a8ea..f721829a2 100644 --- a/tests/error_003_typescript.test +++ b/tests/error_003_typescript.test @@ -1,3 +1,3 @@ -args: --reload tests/error_003_typescript.ts +args: run --reload tests/error_003_typescript.ts exit_code: 1 output: tests/error_003_typescript.ts.out diff --git a/tests/error_004_missing_module.test b/tests/error_004_missing_module.test index b94c86004..99c25908c 100644 --- a/tests/error_004_missing_module.test +++ b/tests/error_004_missing_module.test @@ -1,4 +1,4 @@ -args: tests/error_004_missing_module.ts --reload +args: run --reload tests/error_004_missing_module.ts check_stderr: true exit_code: 1 output: tests/error_004_missing_module.ts.out diff --git a/tests/error_005_missing_dynamic_import.test b/tests/error_005_missing_dynamic_import.test index 2acf467c1..ffbf20be9 100644 --- a/tests/error_005_missing_dynamic_import.test +++ b/tests/error_005_missing_dynamic_import.test @@ -1,4 +1,4 @@ -args: tests/error_005_missing_dynamic_import.ts --reload +args: run --reload tests/error_005_missing_dynamic_import.ts check_stderr: true exit_code: 1 output: tests/error_005_missing_dynamic_import.ts.out diff --git a/tests/error_006_import_ext_failure.test b/tests/error_006_import_ext_failure.test index 5fe245739..59a82a364 100644 --- a/tests/error_006_import_ext_failure.test +++ b/tests/error_006_import_ext_failure.test @@ -1,4 +1,4 @@ -args: tests/error_006_import_ext_failure.ts --reload +args: run --reload tests/error_006_import_ext_failure.ts check_stderr: true exit_code: 1 output: tests/error_006_import_ext_failure.ts.out diff --git a/tests/error_007_any.test b/tests/error_007_any.test index fc0480796..a9f99052a 100644 --- a/tests/error_007_any.test +++ b/tests/error_007_any.test @@ -1,4 +1,4 @@ -args: --reload tests/error_007_any.ts +args: run --reload tests/error_007_any.ts check_stderr: true exit_code: 1 output: tests/error_007_any.ts.out diff --git a/tests/error_008_checkjs.test b/tests/error_008_checkjs.test index 1944f0bca..ae3a5414a 100644 --- a/tests/error_008_checkjs.test +++ b/tests/error_008_checkjs.test @@ -1,4 +1,4 @@ -args: --reload tests/error_008_checkjs.js +args: run --reload tests/error_008_checkjs.js check_stderr: true exit_code: 1 output: tests/error_008_checkjs.js.out diff --git a/tests/error_syntax.test b/tests/error_syntax.test index e83cd030f..922226112 100644 --- a/tests/error_syntax.test +++ b/tests/error_syntax.test @@ -1,4 +1,4 @@ -args: --reload tests/error_syntax.js +args: run --reload tests/error_syntax.js check_stderr: true exit_code: 1 output: tests/error_syntax.js.out diff --git a/tests/exit_error42.test b/tests/exit_error42.test index 21a339a5e..e2c196f6f 100644 --- a/tests/exit_error42.test +++ b/tests/exit_error42.test @@ -1,3 +1,3 @@ exit_code: 42 -args: --reload tests/exit_error42.ts +args: run --reload tests/exit_error42.ts output: tests/exit_error42.ts.out diff --git a/tests/https_import.test b/tests/https_import.test index 6cfb53058..1235548da 100644 --- a/tests/https_import.test +++ b/tests/https_import.test @@ -1,2 +1,2 @@ -args: --reload tests/https_import.ts +args: run --reload tests/https_import.ts output: tests/https_import.ts.out diff --git a/tests/if_main.test b/tests/if_main.test index fe4f061a6..c72c89866 100644 --- a/tests/if_main.test +++ b/tests/if_main.test @@ -1,2 +1,2 @@ -args: --reload tests/if_main.ts +args: run --reload tests/if_main.ts output: tests/if_main.ts.out diff --git a/tests/import_meta.test b/tests/import_meta.test index bfef5cb56..d38f2d939 100644 --- a/tests/import_meta.test +++ b/tests/import_meta.test @@ -1,2 +1,2 @@ -args: --reload tests/import_meta.ts +args: run --reload tests/import_meta.ts output: tests/import_meta.ts.out diff --git a/tests/unbuffered_stderr.test b/tests/unbuffered_stderr.test index b3909dc2d..366c1c445 100644 --- a/tests/unbuffered_stderr.test +++ b/tests/unbuffered_stderr.test @@ -1,3 +1,3 @@ -args: --reload tests/unbuffered_stderr.ts +args: run --reload tests/unbuffered_stderr.ts check_stderr: true output: tests/unbuffered_stderr.ts.out diff --git a/tests/unbuffered_stdout.test b/tests/unbuffered_stdout.test index 3ed399cb8..7caa05708 100644 --- a/tests/unbuffered_stdout.test +++ b/tests/unbuffered_stdout.test @@ -1,2 +1,2 @@ -args: --reload tests/unbuffered_stdout.ts +args: run --reload tests/unbuffered_stdout.ts output: tests/unbuffered_stdout.ts.out diff --git a/tests/v8_flags.test b/tests/v8_flags.test index 66d129bd1..50e00be02 100644 --- a/tests/v8_flags.test +++ b/tests/v8_flags.test @@ -1,2 +1,2 @@ -args: --v8-flags=--expose-gc tests/v8_flags.js +args: run --v8-flags=--expose-gc tests/v8_flags.js output: tests/v8_flags.js.out diff --git a/tests/wasm.test b/tests/wasm.test index 9e3ecbb28..c4c399670 100644 --- a/tests/wasm.test +++ b/tests/wasm.test @@ -1,2 +1,2 @@ -args: tests/wasm.ts -output: tests/wasm.ts.out
\ No newline at end of file +args: run tests/wasm.ts +output: tests/wasm.ts.out |