@@ -11,29 +11,11 @@ const fs = require( 'fs' );
1111const path = require ( 'path' ) ;
1212
1313const expectedErrors = [
14- 'Tests_Admin_wpSiteHealth::test_object_cache_default_thresholds_non_multisite' ,
15- 'Tests_Admin_wpSiteHealth::test_object_cache_thresholds with data set #0' ,
16- 'Tests_Admin_wpSiteHealth::test_object_cache_thresholds with data set #1' ,
17- 'Tests_Admin_wpSiteHealth::test_object_cache_thresholds with data set #2' ,
18- 'Tests_Admin_wpSiteHealth::test_object_cache_thresholds with data set #3' ,
19- 'Tests_Admin_wpSiteHealth::test_object_cache_thresholds with data set #4' ,
2014 'Tests_Comment_WpComment::test_get_instance_should_succeed_for_float_that_is_equal_to_post_id' ,
2115 'Tests_Cron_getCronArray::test_get_cron_array_output_validation with data set "null"' ,
2216 'Tests_DB_Charset::test_strip_invalid_text' ,
2317 'Tests_DB::test_db_reconnect' ,
2418 'Tests_DB::test_get_col_info' ,
25- 'Tests_DB::test_prepare_should_respect_the_allow_unsafe_unquoted_parameters_property with data set "escaped-false-1"' ,
26- 'Tests_DB::test_prepare_should_respect_the_allow_unsafe_unquoted_parameters_property with data set "escaped-false-2"' ,
27- 'Tests_DB::test_prepare_should_respect_the_allow_unsafe_unquoted_parameters_property with data set "escaped-true-1"' ,
28- 'Tests_DB::test_prepare_should_respect_the_allow_unsafe_unquoted_parameters_property with data set "escaped-true-2"' ,
29- 'Tests_DB::test_prepare_should_respect_the_allow_unsafe_unquoted_parameters_property with data set "format-false-1"' ,
30- 'Tests_DB::test_prepare_should_respect_the_allow_unsafe_unquoted_parameters_property with data set "format-false-2"' ,
31- 'Tests_DB::test_prepare_should_respect_the_allow_unsafe_unquoted_parameters_property with data set "format-true-1"' ,
32- 'Tests_DB::test_prepare_should_respect_the_allow_unsafe_unquoted_parameters_property with data set "format-true-2"' ,
33- 'Tests_DB::test_prepare_should_respect_the_allow_unsafe_unquoted_parameters_property with data set "numbered-false-1"' ,
34- 'Tests_DB::test_prepare_should_respect_the_allow_unsafe_unquoted_parameters_property with data set "numbered-false-2"' ,
35- 'Tests_DB::test_prepare_should_respect_the_allow_unsafe_unquoted_parameters_property with data set "numbered-true-1"' ,
36- 'Tests_DB::test_prepare_should_respect_the_allow_unsafe_unquoted_parameters_property with data set "numbered-true-2"' ,
3719 'Tests_DB::test_process_fields_value_too_long_for_field with data set "invalid chars"' ,
3820 'Tests_DB::test_process_fields_value_too_long_for_field with data set "too long"' ,
3921 'Tests_DB::test_process_fields' ,
@@ -45,6 +27,8 @@ const expectedErrors = [
4527] ;
4628
4729const expectedFailures = [
30+ 'Tests_Admin_wpSiteHealth::test_object_cache_thresholds with data set #2' ,
31+ 'Tests_Admin_wpSiteHealth::test_object_cache_thresholds with data set #3' ,
4832 'Tests_Comment::test_wp_new_comment_respects_comment_field_lengths' ,
4933 'Tests_Comment::test_wp_update_comment' ,
5034 'Tests_DB_dbDelta::test_spatial_indices' ,
0 commit comments