Remove out-of-memory test in QVarLengthArray.
authorChristian Strømme <christian.stromme@digia.com>
Wed, 10 Oct 2012 13:04:42 +0000 (15:04 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Wed, 7 Nov 2012 13:19:00 +0000 (14:19 +0100)
commit9d0afa2ab02ddd86818e83d514e03f6dfb5a1fef
tree69e27fba9ceec8c76154633f8e52a201d9ab3faf
parent5b52cb5b85e90d511a339c2775d2006493a82371
Remove out-of-memory test in QVarLengthArray.

No reason to keep this test. If an application is trying to allocate too
much memory it will fail, and its the users responsibility to provide
sane values and catch exceptions to recover.

Task-number: QTBUG-27361

Change-Id: I29d71745ab791b6e8a76f7b1f866ff4bd7024749
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
tests/auto/corelib/tools/qvarlengtharray/tst_qvarlengtharray.cpp