Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
test262
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pmaksimo
test262
Commits
56fd7712
Commit
56fd7712
authored
8 years ago
by
jugglinmike
Committed by
Leo Balter
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Document test flag: `generated` (#886)
Resolves gh-885
parent
4914e47d
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CONTRIBUTING.md
+4
-0
4 additions, 0 deletions
CONTRIBUTING.md
INTERPRETING.md
+4
-0
4 additions, 0 deletions
INTERPRETING.md
with
8 additions
and
0 deletions
CONTRIBUTING.md
+
4
−
0
View file @
56fd7712
...
...
@@ -137,6 +137,10 @@ This tag is for boolean properties associated with the test.
`noStrict`
-
**`async`**
- defer interpretation of test results until after the invocation
of the global
`$DONE`
function
-
**`generated`**
- informative flag used to denote test files that were
created procedurally using the project's test generation tool; refer to the
section titled "Procedurally-generated tests" for more information on this
process
#### features
**features**
: [list]
...
...
This diff is collapsed.
Click to expand it.
INTERPRETING.md
+
4
−
0
View file @
56fd7712
...
...
@@ -284,3 +284,7 @@ following strings:
print
(
'
Error:
'
+
reason
);
});
```
-
**`generated`**
The test file was created procedurally using the project's
test generation tool. This flag is specified for informational purposes only
and has no bearing on how the test should be interpreted.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment