diff options
author | Alexey Kopytov <Alexey.Kopytov@Sun.com> | 2010-03-23 23:34:12 +0300 |
---|---|---|
committer | Alexey Kopytov <Alexey.Kopytov@Sun.com> | 2010-03-23 23:34:12 +0300 |
commit | 41b6e42421e3baa2983833a138fb3f1303f263b5 (patch) | |
tree | 10a118b7a3af3201033ccc7771ff43ddb70a7ceb | |
parent | bbe6b90b52aa28a9fce6319e08fbe64cd87b8f25 (diff) | |
download | mariadb-git-41b6e42421e3baa2983833a138fb3f1303f263b5.tar.gz |
Mark all main.plugin* tests as experimental on Solaris
as done in 6.0 due to bug #47146.
-rw-r--r-- | mysql-test/collections/default.experimental | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/collections/default.experimental b/mysql-test/collections/default.experimental index aa240fc2ce9..b97637ebc9a 100644 --- a/mysql-test/collections/default.experimental +++ b/mysql-test/collections/default.experimental @@ -10,7 +10,7 @@ main.lock_multi_bug38499 # Bug#47448 2009-09-19 alik main.lock_m main.lock_multi_bug38691 @solaris # Bug#47792 2009-10-02 alik main.lock_multi_bug38691 times out sporadically on Solaris 10 main.log_tables # Bug#47924 2009-10-08 alik main.log_tables times out sporadically main.outfile_loaddata @solaris # Bug#46895 2010-01-20 alik Test "outfile_loaddata" fails (reproducible) -main.plugin # Bug#47146 Linking problem with example plugin when dtrace enabled +main.plugin* @solaris # Bug#47146 Linking problem with example plugin when dtrace enabled main.signal_demo3 @solaris # Bug#47791 2010-01-20 alik Several test cases fail on Solaris with error Thread stack overrun main.sp @solaris # Bug#47791 2010-01-20 alik Several test cases fail on Solaris with error Thread stack overrun |