Import test suites to test spec cases (#736)

This commit is contained in:
Wenyong Huang
2021-09-09 12:49:46 +08:00
committed by GitHub
parent 4b0d6083a3
commit 00663f0cd5
15 changed files with 4290 additions and 6 deletions

View File

@ -0,0 +1,5 @@
####################
2021-9-8
Modify runtest.py from https://github.com/kanaka/wac/blob/master/runtest.py
to enable testing spec cases with more checks and support more runtime modes.