summaryrefslogtreecommitdiff
path: root/INTERPRETING.md
diff options
context:
space:
mode:
authorMike Pennisi <mike@mikepennisi.com>2017-12-03 00:20:06 -0500
committerRick Waldron <waldron.rick@gmail.com>2018-01-05 15:17:51 -0500
commite6d674ef7ae0f0d82875a2abafbaf0c63db7cef1 (patch)
treef78f0176aa79c50f225fd77c59431e0c692e0301 /INTERPRETING.md
parent136110378bb62fefb5a9a69080067e6f126f9dae (diff)
downloadqtdeclarative-testsuites-e6d674ef7ae0f0d82875a2abafbaf0c63db7cef1.tar.gz
Rename negative test "phase" for module resolution
Diffstat (limited to 'INTERPRETING.md')
-rw-r--r--INTERPRETING.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/INTERPRETING.md b/INTERPRETING.md
index c3a31bb65..0a10c7fd2 100644
--- a/INTERPRETING.md
+++ b/INTERPRETING.md
@@ -162,8 +162,9 @@ attribute is a YAML dictonary with two keys:
- `phase` - the stage of the test interpretation process that the error is
expected to be produced; either "parse" (meaning, "while parsing the source
- text"), "early" (meaning, "prior to evaluation") or "runtime" (meaning,
- "during evaluation")
+ text"), "early" (meaning, "prior to evaluation"), "resolution" (meaining,
+ "during ES2015 module resolution"), or "runtime" (meaning, "during
+ evaluation")
- `type` - the name of the constructor of the expected error
If a test configured with the `negative` attribute completes without throwing