Skip to content

Commit

Permalink
attempt to run test262 tests in a harness
Browse files Browse the repository at this point in the history
  • Loading branch information
evanw committed Dec 17, 2022
1 parent 94fcbf6 commit 5ee1dbf
Show file tree
Hide file tree
Showing 2 changed files with 330 additions and 63 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -622,10 +622,11 @@ github/test262:

demo/test262: | github/test262
mkdir -p demo/test262
cp -r github/test262/harness demo/test262/harness
cp -r github/test262/test demo/test262/test

test262: esbuild | demo/test262
node scripts/test262.js
node --experimental-vm-modules scripts/test262.js

################################################################################
# This runs UglifyJS's test suite through esbuild
Expand Down
Loading

0 comments on commit 5ee1dbf

Please sign in to comment.