| Index: test/mjsunit/tools/tickprocessor.js
|
| diff --git a/test/mjsunit/tools/tickprocessor.js b/test/mjsunit/tools/tickprocessor.js
|
| index 00e8f6e73ed05dd002613c23b2ee2e1b00c7846e..626929de16bf43d726a1e15ad32211b8c3914eef 100644
|
| --- a/test/mjsunit/tools/tickprocessor.js
|
| +++ b/test/mjsunit/tools/tickprocessor.js
|
| @@ -25,6 +25,10 @@
|
| // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| +// This test case is not compatible with optimization stress because the
|
| +// generated profile will look vastly different when more is optimized.
|
| +// Flags: --nostress-opt --noalways-opt
|
| +
|
| // Load implementations from <project root>/tools.
|
| // Files: tools/splaytree.js tools/codemap.js tools/csvparser.js
|
| // Files: tools/consarray.js tools/profile.js tools/profile_view.js
|
|
|