summaryrefslogtreecommitdiff
path: root/tests/integration/test_tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/test_tests.rs')
-rw-r--r--tests/integration/test_tests.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/integration/test_tests.rs b/tests/integration/test_tests.rs
index cf02872e4..cd85fd102 100644
--- a/tests/integration/test_tests.rs
+++ b/tests/integration/test_tests.rs
@@ -265,6 +265,12 @@ itest!(resource_sanitizer {
output: "test/sanitizer/resource_sanitizer.out",
});
+itest!(ops_sanitizer_tcp {
+ args: "test --allow-net --trace-leaks test/sanitizer/ops_sanitizer_tcp.ts",
+ exit_code: 1,
+ output: "test/sanitizer/ops_sanitizer_tcp.out",
+});
+
itest!(exit_sanitizer {
args: "test test/sanitizer/exit_sanitizer.ts",
output: "test/sanitizer/exit_sanitizer.out",