Work-around to make webkit test suite work with optdebug==2.
authormachenbach <machenbach@chromium.org>
Mon, 22 Dec 2014 11:13:01 +0000 (03:13 -0800)
committerCommit bot <commit-bot@chromium.org>
Mon, 22 Dec 2014 11:13:12 +0000 (11:13 +0000)
commit096e1972cd4f2b44130f51d4efe4b3a7b3c4f56f
treeff7d3477c1ebf36fedbaf8fa478a9e901c4595e5
parent892f6c71278d8f38e8b47aeb27f7403afc7385de
Work-around to make webkit test suite work with optdebug==2.

The test driver doesn't know at the moment if optdebug 1 or 2 has been used (the first is used on the bots, the second
locally in quickcheck). It can't know therefore if slow
asserts can be enabled or not. Trying to enable them leads
to a warning if they weren't compiled, which causes webkit
1:1 text comparison to fail.

Review URL: https://codereview.chromium.org/819033002

Cr-Commit-Position: refs/heads/master@{#25921}
test/webkit/testcfg.py