Index: test/js-perf-test/JSTests.json |
diff --git a/test/js-perf-test/JSTests.json b/test/js-perf-test/JSTests.json |
index 77b677086c1ac948c0d8c59ce91d1aa328a8ec1d..42cf84b96a9ba2203afd197020ac84c6d1415ca5 100644 |
--- a/test/js-perf-test/JSTests.json |
+++ b/test/js-perf-test/JSTests.json |
@@ -116,6 +116,16 @@ |
"tests": [ |
{"name": "With"} |
] |
+ }, |
+ { |
+ "name": "Exceptions", |
+ "path": ["Exceptions"], |
+ "main": "run.js", |
+ "resources": ["try-catch.js"], |
+ "results_regexp": "^%s\\-Exceptions\\(Score\\): (.+)$", |
+ "tests": [ |
+ {"name": "Try-Catch"} |
+ ] |
} |
] |
} |