List:Commits« Previous MessageNext Message »
From:Hakan Kuecuekyilmaz Date:November 18 2008 9:10pm
Subject:bzr commit into mysql-6.0-falcon branch (hky:2918)
View as plain text  
#At file:///home/hakan/work/mysql/mysql-6.0-falcon/ based on revid:hky@stripped

 2918 Hakan Kuecuekyilmaz	2008-11-18
      Disabled tests, which are failing on
      big-endian machines.
added:
  mysql-test/suite/backup_engines/t/disabled.def
modified:
  mysql-test/suite/backup/t/disabled.def

=== modified file 'mysql-test/suite/backup/t/disabled.def'
--- a/mysql-test/suite/backup/t/disabled.def	2008-10-30 10:41:48 +0000
+++ b/mysql-test/suite/backup/t/disabled.def	2008-11-18 21:10:05 +0000
@@ -14,3 +14,5 @@ backup_triggers_and_events  : Bug#37762 
 #backup_no_be                : Bug#38023 2008-07-16 rafal Test triggers valgrind warnings described in the bug
 backup_no_data       : Bug#17823 2008-10-09 rafal Tests in main suite leave undeleted files causing this test to fail
 backup_ddl_blocker   : Bug#17823 2008-10-09 rafal Tests in main suite leave undeleted files causing this test to fail
+backup               : Bug#40807 2008-11-18 hakank Test fails on big-endian architecture
+backup_timeout       : Bug#40808 2008-11-18 hakank Test fails on big-endian architecture

=== added file 'mysql-test/suite/backup_engines/t/disabled.def'
--- a/mysql-test/suite/backup_engines/t/disabled.def	1970-01-01 00:00:00 +0000
+++ b/mysql-test/suite/backup_engines/t/disabled.def	2008-11-18 21:10:05 +0000
@@ -0,0 +1,13 @@
+##############################################################################
+#
+#  List the test cases that are to be disabled temporarily.
+#
+#  Separate the test case name and the comment with ':'.
+#
+#    <testcasename> : BUG#<xxxx> <date disabled> <disabler> <comment>
+#
+#  Do not use any TAB characters for whitespace.
+#
+##############################################################################
+backup_ptr_mixed     : Bug#37281 2008-11-18 hakank Dates in Falcon on big-endian have wrong result.
+backup_ptr_row       : Bug#37281 2008-11-18 hakank Dates in Falcon on big-endian have wrong result.

Thread
bzr commit into mysql-6.0-falcon branch (hky:2918) Hakan Kuecuekyilmaz18 Nov
  • Re: bzr commit into mysql-6.0-falcon branch (hky:2918)John Embretsen19 Nov