Bug 584807 - Simplify Narcissus testing setup. (r=gal)

This commit is contained in:
Tom Austin 2010-08-06 11:06:30 -07:00
Родитель 839ba31458
Коммит e960492bb4
4 изменённых файлов: 1521 добавлений и 1526 удалений

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -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
*/