summaryrefslogtreecommitdiffstats
path: root/test/w3c/create-test-table.pl
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/create-test-table.pl')
-rwxr-xr-xtest/w3c/create-test-table.pl16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/w3c/create-test-table.pl b/test/w3c/create-test-table.pl
index c16cd35..bca8f87 100755
--- a/test/w3c/create-test-table.pl
+++ b/test/w3c/create-test-table.pl
@@ -24,15 +24,15 @@ my $manifest = XMLin("manifest.xml");
my %testClasses = (
'w3c/ecma' => 'ECMA',
'w3c/lua' => 'Lua',
-#'w3c/namespace' => 'NS',
+'w3c/namespace' => 'NS',
'w3c/promela' => 'Promela',
# 'w3c/c89' => 'C89',
-#'w3c/gen/c/ecma' => 'C (ECMA)',
-#'w3c/gen/c/lua' => 'C (Lua)',
-# 'w3c/binding/java/jexl' => 'JEXL',
-#'w3c/spin/promela' => 'Spin'
+'w3c/gen/c/ecma' => 'C (ECMA)',
+'w3c/gen/c/lua' => 'C (Lua)',
+'w3c/binding/java/jexl' => 'Java (JEXL)',
+# 'w3c/spin/promela' => 'Spin'
'w3c/gen/vhdl/promela' => 'VHDL Promela',
-'w3c/gen/vhdl/ecma' => 'VHDL ECMA',
+# 'w3c/gen/vhdl/ecma' => 'VHDL ECMA',
);
my %specClass = (
@@ -198,8 +198,8 @@ EOF
my $output;
- my $pass = '<code>pass</code>';
- my $fail = '<code><mark>FAIL</mark></code>';
+ my $pass = '<code>OK</code>';
+ my $fail = '<code><mark><b>FAIL</b></mark></code>';
$link = "https://github.com/tklab-tud/uscxml/tree/master/test/w3c/txml/test${test}.txml";