Index: Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py |
diff --git a/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py b/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py |
index 1fe9fbc6ba7284a1260a20fbf9ff62074308a0f7..40d1186c72f555fba3ce7426520d627f65984d22 100644 |
--- a/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py |
+++ b/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py |
@@ -266,6 +266,9 @@ class RunTest(unittest.TestCase, StreamTestingMixin): |
tests_run = get_tests_run(['-n']) |
self.assertEqual(tests_run, []) |
+ def test_enable_sanitizer(self): |
+ self.assertTrue(passing_run(['--enable-sanitizer', 'failures/expected/text.html'])) |
+ |
def test_exception_raised(self): |
# Exceptions raised by a worker are treated differently depending on |
# whether they are in-process or out. inline exceptions work as normal, |