| Index: scripts/slave/recipe_modules/v8/builders.py
|
| diff --git a/scripts/slave/recipe_modules/v8/builders.py b/scripts/slave/recipe_modules/v8/builders.py
|
| index b359e65bba0eff0a2571effbc2265a23f3c0dd3c..ddfa3a7e096898ca68b4bdd13b1d090953b7aa0a 100644
|
| --- a/scripts/slave/recipe_modules/v8/builders.py
|
| +++ b/scripts/slave/recipe_modules/v8/builders.py
|
| @@ -23,7 +23,7 @@ GCMole = TestStepConfig('gcmole')
|
| Mjsunit = TestStepConfig('mjsunit')
|
| Mjsunit_2 = TestStepConfig('mjsunit', shards=2)
|
| Mjsunit_3 = TestStepConfig('mjsunit', shards=3)
|
| -MjsunitIgnition = TestStepConfig('mjsunit_ignition')
|
| +Ignition = TestStepConfig('ignition')
|
| MjsunitSPFrameAccess = TestStepConfig('mjsunit_sp_frame_access')
|
| Mozilla = TestStepConfig('mozilla')
|
| OptimizeForSize = TestStepConfig('optimize_for_size')
|
| @@ -169,7 +169,7 @@ BUILDERS = {
|
| SimdJs,
|
| Test262Variants_2,
|
| Mozilla,
|
| - MjsunitIgnition,
|
| + Ignition,
|
| MjsunitSPFrameAccess,
|
| Test262Ignition,
|
| ],
|
| @@ -245,7 +245,7 @@ BUILDERS = {
|
| Test262Variants_3,
|
| Mozilla,
|
| SimdJs,
|
| - MjsunitIgnition,
|
| + Ignition,
|
| MjsunitSPFrameAccess,
|
| Test262Ignition,
|
| ],
|
| @@ -519,7 +519,7 @@ BUILDERS = {
|
| Test262Variants_2,
|
| Mozilla,
|
| SimdJs,
|
| - MjsunitIgnition,
|
| + Ignition,
|
| MjsunitSPFrameAccess,
|
| Test262Ignition,
|
| ],
|
| @@ -555,7 +555,7 @@ BUILDERS = {
|
| Test262Variants_3,
|
| Mozilla,
|
| SimdJs,
|
| - MjsunitIgnition,
|
| + Ignition,
|
| MjsunitSPFrameAccess,
|
| Test262Ignition,
|
| ],
|
| @@ -901,7 +901,7 @@ BUILDERS = {
|
| Benchmarks,
|
| OptimizeForSize,
|
| SimdJs,
|
| - MjsunitIgnition,
|
| + Ignition,
|
| Test262Ignition,
|
| ],
|
| 'enable_swarming': True,
|
| @@ -995,7 +995,7 @@ BUILDERS = {
|
| Test262,
|
| Mozilla,
|
| SimdJs,
|
| - MjsunitIgnition,
|
| + Ignition,
|
| MjsunitSPFrameAccess,
|
| Test262Ignition,
|
| ],
|
| @@ -1014,7 +1014,7 @@ BUILDERS = {
|
| Test262,
|
| Mozilla,
|
| SimdJs,
|
| - MjsunitIgnition,
|
| + Ignition,
|
| MjsunitSPFrameAccess,
|
| Test262Ignition,
|
| ],
|
| @@ -1087,7 +1087,7 @@ BUILDERS = {
|
| Test262,
|
| Mozilla,
|
| SimdJs,
|
| - MjsunitIgnition,
|
| + Ignition,
|
| MjsunitSPFrameAccess,
|
| Test262Ignition,
|
| ],
|
| @@ -1106,7 +1106,7 @@ BUILDERS = {
|
| Test262,
|
| Mozilla,
|
| SimdJs,
|
| - MjsunitIgnition,
|
| + Ignition,
|
| MjsunitSPFrameAccess,
|
| Test262Ignition,
|
| ],
|
| @@ -1600,7 +1600,7 @@ BUILDERS = {
|
| Mozilla,
|
| Benchmarks,
|
| SimdJs,
|
| - MjsunitIgnition,
|
| + Ignition,
|
| MjsunitSPFrameAccess,
|
| Test262Ignition,
|
| ],
|
| @@ -1644,7 +1644,7 @@ BUILDERS = {
|
| Mozilla,
|
| Benchmarks,
|
| SimdJs,
|
| - MjsunitIgnition,
|
| + Ignition,
|
| MjsunitSPFrameAccess,
|
| Test262Ignition,
|
| ],
|
| @@ -1718,7 +1718,7 @@ BUILDERS = {
|
| OptimizeForSize,
|
| Test262Variants_2,
|
| SimdJs,
|
| - MjsunitIgnition,
|
| + Ignition,
|
| MjsunitSPFrameAccess,
|
| Test262Ignition,
|
| ],
|
| @@ -2122,7 +2122,7 @@ BUILDERS = {
|
| Test262,
|
| Mozilla,
|
| SimdJs,
|
| - MjsunitIgnition,
|
| + Ignition,
|
| MjsunitSPFrameAccess,
|
| Test262Ignition_2,
|
| ],
|
| @@ -2141,7 +2141,7 @@ BUILDERS = {
|
| Test262,
|
| Mozilla,
|
| SimdJs,
|
| - MjsunitIgnition,
|
| + Ignition,
|
| MjsunitSPFrameAccess,
|
| Test262Ignition_2,
|
| ],
|
| @@ -2184,7 +2184,7 @@ BUILDERS = {
|
| Test262,
|
| Mozilla,
|
| SimdJs,
|
| - MjsunitIgnition,
|
| + Ignition,
|
| MjsunitSPFrameAccess,
|
| Test262Ignition_2,
|
| ],
|
| @@ -2203,7 +2203,7 @@ BUILDERS = {
|
| Test262,
|
| Mozilla,
|
| SimdJs,
|
| - MjsunitIgnition,
|
| + Ignition,
|
| MjsunitSPFrameAccess,
|
| Test262Ignition_2,
|
| ],
|
|
|