Update failing tests list for 5.7.21

This commit is contained in:
Michal Schorm 2018-03-01 00:41:22 +01:00
parent 4e622d03e9
commit be7429980c

View File

@ -436,20 +436,20 @@ add_test () {
touch %{skiplist} touch %{skiplist}
add_test auth_sec.openssl_cert_validity : 2018 new year issue
# these tests fail on arm32 # these tests fail on arm32
%ifarch %arm %ifarch %arm
# FTS # FTS; still apply for 5.7.21
add_test innodb_fts.opt : arm32 FTS issue add_test innodb_fts.opt : arm32 FTS issue
# Missing hw counters # Missing hw counters; in 5.7.21 reported as unstable tests
add_test perfschema.func_file_io : missing hw on arm32 add_test perfschema.func_file_io : missing hw on arm32
add_test perfschema.setup_objects : missing hw on arm32 add_test perfschema.setup_objects : missing hw on arm32
%endif %endif
# this test fail on ppc64* # This test fail on ppc64 and ppc64le; applicable in 5.7.21
%ifarch ppc64 ppc64le %ifarch ppc64le ppc64
add_test innodb.innodb : missing correct value add_test innodb.innodb : missing correct value
%endif
%ifarch ppc64le
add_test perfschema.memory_aggregate_no_a : incorrect numbers in output add_test perfschema.memory_aggregate_no_a : incorrect numbers in output
add_test innodb_zip.wl6469 : add_test innodb_zip.wl6469 :
add_test json.json_functions_innodb : add_test json.json_functions_innodb :
@ -470,11 +470,6 @@ add_test main.type_ranges :
add_test test_service_sql_api.test_sql_all_col_types : add_test test_service_sql_api.test_sql_all_col_types :
%endif %endif
# test fails on x86_64
%ifarch x86_64
add_test main.mysql_upgrade : Result content mismatch
%endif
popd popd
cp %{SOURCE2} %{SOURCE3} %{SOURCE10} %{SOURCE11} %{SOURCE12} %{SOURCE13} \ cp %{SOURCE2} %{SOURCE3} %{SOURCE10} %{SOURCE11} %{SOURCE12} %{SOURCE13} \