| Index: scripts/slave/runisolatedtest.py
|
| diff --git a/scripts/slave/runisolatedtest.py b/scripts/slave/runisolatedtest.py
|
| index 8f5e66f5c24737af9951e9404c495d8f1d6880e5..093f1a94c0d8a341a23fd4d3502f3db4d5ad15fd 100755
|
| --- a/scripts/slave/runisolatedtest.py
|
| +++ b/scripts/slave/runisolatedtest.py
|
| @@ -17,6 +17,13 @@ USAGE = ('%s [options] /full/path/to/test.exe -- [original test command]' %
|
| os.path.basename(sys.argv[0]))
|
|
|
| ISOLATE_ENABLED_TESTS = {
|
| + 'Linux Tests': 'base_unittests',
|
| + 'linux_rel': 'base_unittests',
|
| + 'Vista Tests (2)': 'base_unittests',
|
| + 'Win 7 Tests x64 (2)': 'base_unittests',
|
| + 'win_rel': 'base_unittests',
|
| + 'Win7 Tests (2)': 'base_unittests',
|
| + 'XP Tests (2)': 'base_unittests',
|
| }
|
|
|
|
|
|
|