| Index: test/mjsunit/regress/regress-1118.js
|
| diff --git a/test/mjsunit/regress/regress-1118.js b/test/mjsunit/regress/regress-1118.js
|
| index 7e0461db4d5da3c33a6c692ae50927e50a131903..3590c3585487be9d7407c62eb7a449f64abba9d5 100644
|
| --- a/test/mjsunit/regress/regress-1118.js
|
| +++ b/test/mjsunit/regress/regress-1118.js
|
| @@ -50,6 +50,10 @@ function h() {
|
| if (optstatus == 4) {
|
| // Optimizations are globally disabled; just run once.
|
| g();
|
| + } else if (optstatus == 5) {
|
| + // Optimizations are being carried out concurrently, this test
|
| + // will probably timeout.
|
| + g();
|
| } else {
|
| // Run for a bit as long as h is unoptimized.
|
| while (%GetOptimizationStatus(h) == 2) {
|
|
|