Imported Upstream version 1.0.0
[platform/upstream/js.git] / js / src / tests / narcissus.README
1 To run narcissus with jstests.py, change to the js/src/tests/ directory and run
2 the following command (which excludes tests that are particularly slow):
3
4   python jstests.py -d -j 4 $OBJDIR/njs -x slow-narcissus.txt
5
6
7 Currently, Narcissus is failing a number of tests.  narcissus-failures.txt can
8 be used to ignore those tests.  Note that narcissus-failures.txt also includes
9 all of the tests from slow-narcissus.txt.
10
11   python jstests.py -d -j 4 $OBJDIR/njs -x narcissus-failures.txt
12