summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-07-03 21:21:24 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-07-03 21:21:24 (GMT)
commit50174e88cd7ccbaa455bc40bd214ae494378a7cc (patch)
treebe0e7707b704757105084141dd6e31109be53719 /README.md
parent67f8e8b4106eb20ce0bc01fd840b0d8e4319cb36 (diff)
downloaduscxml-50174e88cd7ccbaa455bc40bd214ae494378a7cc.zip
uscxml-50174e88cd7ccbaa455bc40bd214ae494378a7cc.tar.gz
uscxml-50174e88cd7ccbaa455bc40bd214ae494378a7cc.tar.bz2
Removed w3c ecma tests from xpath and vice versa
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/README.md b/README.md
index f0a9ea2..0296163 100644
--- a/README.md
+++ b/README.md
@@ -47,18 +47,6 @@ uSCXML still fails the following ecmascript tests:
<table>
<tr><th>Test#</th><th>Status</th><th>Description</th><th>Comment</th></tr>
<tr>
- <td><tt><a href="https://github.com/tklab-tud/uscxml/blob/master/test/w3c/ecma/test553.scxml">553</a></tt></td>
- <td><tt>Failed</tt></td>
- <td>"test that the processor does not dispatch the event if evaluation of &lt;send>'s args causes an error."</td>
- <td>We cannot correctly identify <emph>location expressions</emph> (valid LHS) for ecmascript. Send is performed anyway.</td>
- </tr>
- <tr>
- <td><tt><a href="https://github.com/tklab-tud/uscxml/blob/master/test/w3c/ecma/test554.scxml">554</a></tt></td>
- <td><tt>Failed</tt></td>
- <td>"test that if the evaluation of &lt;invoke>'s args causes an error, the invocation is cancelled."</td>
- <td>We cannot correctly identify <emph>location expressions</emph> (valid LHS) for ecmascript. Invoke is performed anyway.</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>