| Index: masters/master.client.v8/mail_notifier_cfg.py
|
| diff --git a/masters/master.client.v8/mail_notifier_cfg.py b/masters/master.client.v8/mail_notifier_cfg.py
|
| index b1467c86291ed4f011de7c7a9e054fc389b15102..54141946736e2543e38a630af96209144bf024ef 100644
|
| --- a/masters/master.client.v8/mail_notifier_cfg.py
|
| +++ b/masters/master.client.v8/mail_notifier_cfg.py
|
| @@ -48,6 +48,7 @@ exclusions = {
|
| 'V8 Mips - builder': [],
|
| 'V8 Mips - big endian - nosnap - 1': [],
|
| 'V8 Mips - big endian - nosnap - 2': [],
|
| + 'V8 Linux - x87 - nosnap - debug builder': [],
|
| 'V8 Linux - x87 - nosnap - debug': [],
|
| 'V8 Linux - predictable': [],
|
| 'V8 Linux64 - custom snapshot - debug': [],
|
| @@ -58,7 +59,7 @@ exclusions = {
|
| forgiving_steps = ['update_scripts', 'update', 'svnkill', 'taskkill',
|
| 'gclient_revert']
|
|
|
| -x87_categories_steps = {'x87': ['runhooks', 'compile', 'Check']}
|
| +x87_categories_steps = {'x87': ['runhooks', 'compile', 'Unittests', 'Check']}
|
| vtunejit_categories_steps = {'vtunejit': ['runhooks', 'compile']}
|
| mem_sheriff_categories_steps = {'mem_sheriff': v8_steps}
|
| predictable_categories_steps = {'predictable': v8_steps}
|
|
|