From: Date: October 4 2008 1:04pm Subject: bzr commit into mysql-5.1 branch (sven:2669) Bug#39102 List-Archive: http://lists.mysql.com/commits/55318 X-Bug: 39102 Message-Id: <20081004110453.976A5B72FD@riska> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit #At file:///home/sven/bzr/debug-max/5.1-rpl/ 2669 Sven Sandberg 2008-10-04 BUG#39102: valgrind build does not compile in realpath, which make DATA/INDEX DIR fail Disable the test case on valgrind. This is a backport to 5.1-rpl of something that already exists in 5.1 main. modified: mysql-test/t/partition_not_windows.test per-file messages: mysql-test/t/partition_not_windows.test Disable the test case on valgrind platform === modified file 'mysql-test/t/partition_not_windows.test' --- a/mysql-test/t/partition_not_windows.test 2008-04-03 19:40:10 +0000 +++ b/mysql-test/t/partition_not_windows.test 2008-10-04 11:04:43 +0000 @@ -3,6 +3,8 @@ --source include/have_partition.inc # DATA DIRECTORY/INDEX DIRECTORY require symbolic link support --source include/have_symlink.inc +# realpath is not compiled in when building with valgrind +--source include/not_valgrind.inc # The test for Bug 20770 is disabled on Windows due to BUG#19107; it # should be moved into partition.test once the bug has been resolved.