summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-10-08 17:44:23 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-10-08 17:44:23 (GMT)
commit9479a0d91c1bb9241324dea4f92b50405d17e97b (patch)
tree5d7e85b1ecfff44d352466246ee1c41e281a156a /README.md
parent8daf2ea0a7192e556cc059c2220469ea22155380 (diff)
downloaduscxml-9479a0d91c1bb9241324dea4f92b50405d17e97b.zip
uscxml-9479a0d91c1bb9241324dea4f92b50405d17e97b.tar.gz
uscxml-9479a0d91c1bb9241324dea4f92b50405d17e97b.tar.bz2
Pass more ECMAScript W3C tests
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 1 insertions, 6 deletions
diff --git a/README.md b/README.md
index 71ef366..e52be77 100644
--- a/README.md
+++ b/README.md
@@ -40,12 +40,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/samples/w3c/ecma/test159.scxml">159</a></tt></td>
- <td><tt>Failed</tt></td>
- <td>"If the processing of an element of executable content causes an error to be raised, the processor MUST NOT process the remaining elements of the block."</td>
- <td>uSCXML continues processing the rest of the block as if there was no error.</td>
- </tr>
- <tr>
<td><tt><a href="https://github.com/tklab-tud/uscxml/blob/master/test/samples/w3c/ecma/test301.scxml">301</a></tt></td>
<td><tt>Failed</tt></td>
<td>"the processor should reject this document because it can't download the script"</td>
@@ -67,6 +61,7 @@ uSCXML still fails the following ecmascript tests:
<tr>
<td>
<tt>
+ <a href="https://github.com/tklab-tud/uscxml/blob/master/test/samples/w3c/ecma/test518.scxml">518</a>
<a href="https://github.com/tklab-tud/uscxml/blob/master/test/samples/w3c/ecma/test519.scxml">519</a>
<a href="https://github.com/tklab-tud/uscxml/blob/master/test/samples/w3c/ecma/test520.scxml">520</a>
<a href="https://github.com/tklab-tud/uscxml/blob/master/test/samples/w3c/ecma/test531.scxml">531</a>