You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,15 +134,15 @@ $ TEST262_CORE_NEGATIVE=<list-of-negative-tests> make test262-core-negative
134
134
We provide a test result of the core test262, [test262.out](test262.out).
135
135
For each test, it reports `succeed` when passed the test, and `failed` when failed.
136
136
137
-
Note that there are two types of tests: positive and negative tests. A negative test is identified by `@negative`in its preamble. The negative tests should be failed to run.
137
+
Note that there are two types of tests: positive and negative tests. A negative test is identified by `@negative` in its preamble. The negative tests should fail to run.
138
138
139
139
### Invalid Tests
140
140
141
141
Among the 2,782 core tests, our semantics reports parsing errors for the following 6 programs,
142
-
which is, however, a correct behavior according to the language standard
142
+
which is the correct behavior according to the language standard
0 commit comments