зеркало из https://github.com/mozilla/pjs.git
Bug 584807 - Simplify Narcissus testing setup. (r=gal)
This commit is contained in:
Родитель
839ba31458
Коммит
e960492bb4
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -1,13 +1,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 -m narcissus.list -x slow-narcissus.txt
|
||||
python jstests.py -d -j 4 $OBJDIR/njs -x slow-narcissus.txt
|
||||
|
||||
|
||||
The js/src/tests/narcissus directory can be used for any tweaks that might be needed
|
||||
to make Narcissus work properly. 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.
|
||||
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 -m narcissus.list -x narcissus-failures.txt
|
||||
python jstests.py -d -j 4 $OBJDIR/njs -x narcissus-failures.txt
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
include ../jstests.list
|
|
@ -1,4 +0,0 @@
|
|||
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
||||
/**
|
||||
* Hacks to work around Narcissus-specific problems
|
||||
*/
|
Загрузка…
Ссылка в новой задаче