summaryrefslogtreecommitdiff
path: root/js/src/tests/narcissus.README
blob: 2895fbf14b538c28ef8d7c58125a6437b73a484a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
To run narcissus with jstests.py, change to the js/src/tests/ directory and run
the following command (which excludes tests that are particularly slow):

  python jstests.py -d -j 4 $OBJDIR/njs -x slow-narcissus.txt


Currently, Narcissus is failing a number of tests.  narcissus-failures.txt can
be used to ignore those tests.  Note that narcissus-failures.txt also includes
all of the tests from slow-narcissus.txt.

  python jstests.py -d -j 4 $OBJDIR/njs -x narcissus-failures.txt