summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-08-27 15:15:43 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-08-27 15:15:43 (GMT)
commit9d4e46c90f8674ecf60848549a48825069b88046 (patch)
treed0525fc09cd5d710fd4298b6a8210b54171183a0
parent2897a12e5e73d527e9548c987b29e4fb0a3685b1 (diff)
downloaduscxml-9d4e46c90f8674ecf60848549a48825069b88046.zip
uscxml-9d4e46c90f8674ecf60848549a48825069b88046.tar.gz
uscxml-9d4e46c90f8674ecf60848549a48825069b88046.tar.bz2
Updated documentation
-rw-r--r--README.md10
1 files changed, 2 insertions, 8 deletions
diff --git a/README.md b/README.md
index 3aada8c..14841a9 100644
--- a/README.md
+++ b/README.md
@@ -76,15 +76,9 @@ uSCXML still fails the following ecmascript tests:
<a href="https://github.com/tklab-tud/uscxml/blob/master/test/w3c/ecma/test326.scxml">329</a>
</tt>
</td>
- <td><tt>Fail for v8</tt></td>
+ <td><tt>Fails for v8</tt></td>
<td>"test that _ioprocessors stays bound till the session ends" / "test that none of the system variables can be modified"</td>
- <td>The v8 implementation will return a new <tt>_ioprocessor</tt> object for each access.</td>
- </tr>
- <tr>
- <td><tt><a href="https://github.com/tklab-tud/uscxml/blob/master/test/w3c/ecma/test579.scxml">579</a></tt></td>
- <td><tt>Failed</tt></td>
- <td>"Before the parent state has been visited for the first time, if a transition is executed that takes the history state as its target, the SCXML processor MUST execute any executable content in the transition after the parent state's onentry content and any content in a possible initial transition."</td>
- <td>Functionality was recently added and is not yet supported.</td>
+ <td>The v8 implementation will return a new <tt>_ioprocessor</tt> object for each access, thus test for equality fails.</td>
</tr>
</table>