List:Commits« Previous MessageNext Message »
From:Jorgen Loland Date:May 6 2009 9:08am
Subject:bzr commit into mysql-6.0-backup branch (jorgen.loland:2804) Bug#43220
View as plain text  
#At file:///localhome/jl208045/mysql/mysql-6.0-backup-review1/ based on revid:jorgen.loland@stripped

 2804 Jorgen Loland	2009-05-06
      BUG#43220 - Test backup_datatypes fails on powermacg5 platform.
      
      The previous patch for this bug did not solve the issue. Disabling backup_datatypes.test on powermac platform.
     @ mysql-test/suite/backup/t/backup_datatypes.test
        Test disabled on powermac platform due to bug 43220.

    modified:
      mysql-test/suite/backup/t/backup_datatypes.test
=== modified file 'mysql-test/suite/backup/t/backup_datatypes.test'
--- a/mysql-test/suite/backup/t/backup_datatypes.test	2009-04-30 07:01:26 +0000
+++ b/mysql-test/suite/backup/t/backup_datatypes.test	2009-05-06 09:08:14 +0000
@@ -8,6 +8,11 @@
 
 --source include/not_embedded.inc
 
+if (`select @@version_compile_os like 'apple-darwin%'`)
+{
+--skip "Can't run on Mac because of bug#43220"
+}
+
 connect (backup,localhost,root,,);
 connect (breakpoints,localhost,root,,);
 


Attachment: [text/bzr-bundle] bzr/jorgen.loland@sun.com-20090506090814-hzmveq5ordshbii9.bundle
Thread
bzr commit into mysql-6.0-backup branch (jorgen.loland:2804) Bug#43220Jorgen Loland6 May