Clone engine262 in /engine262

This commit is contained in:
2020-09-07 10:19:00 +05:30
parent 7688de2e5c
commit 66c1aeb9e0
313 changed files with 46014 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/bin/bash
set -x
E=0
npm run test:test262 || E=$?
npm run test:json || E=$?
npm run test:supplemental || E=$?
exit $E