summaryrefslogtreecommitdiff
path: root/harness
diff options
context:
space:
mode:
authorRick Waldron <waldron.rick@gmail.com>2017-09-07 16:35:07 -0400
committerRick Waldron <waldron.rick@gmail.com>2017-09-08 12:24:48 -0400
commit65424be3ef1accc159c9a6b38f05493ab8ef8c8d (patch)
tree302f087ef96a49d417bba3d7d7b92ac94ca9593f /harness
parentf83adad4bd1e2005401fb7791fa86f8cf749908e (diff)
downloadqtdeclarative-testsuites-65424be3ef1accc159c9a6b38f05493ab8ef8c8d.tar.gz
Lint: harness features flag enforcement via linter
Diffstat (limited to 'harness')
-rw-r--r--harness/features.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/harness/features.yml b/harness/features.yml
new file mode 100644
index 000000000..34a3a0bfa
--- /dev/null
+++ b/harness/features.yml
@@ -0,0 +1,3 @@
+propertyHelper.js: [template]
+typeCoercion.js: [Symbol.toPrimitive,BigInt]
+testTypedArray.js: [TypedArray]