diff --git a/status/explicit-failures-markup.xml b/status/explicit-failures-markup.xml index ebc38b9f8f..ce0ec141f1 100644 --- a/status/explicit-failures-markup.xml +++ b/status/explicit-failures-markup.xml @@ -1394,7 +1394,7 @@ for more information. - + @@ -1417,7 +1417,7 @@ for more information. - + diff --git a/status/explicit-failures.xsd b/status/explicit-failures.xsd index 30fde1f4c7..89639aa801 100644 --- a/status/explicit-failures.xsd +++ b/status/explicit-failures.xsd @@ -54,7 +54,7 @@ - + diff --git a/tools/regression/xsl_reports/test/common.py b/tools/regression/xsl_reports/test/common.py index d52f6e5051..022e7e9f8f 100644 --- a/tools/regression/xsl_reports/test/common.py +++ b/tools/regression/xsl_reports/test/common.py @@ -112,21 +112,22 @@ def make_expicit_failure_markup( num_of_libs, num_of_toolsets, num_of_tests ): for i_test in range( 0, num_of_tests ): - corner_case_test = 0 + category = 0 explicitly_marked_failure = 0 unresearched = 0 - if i_test > num_of_tests - 3: corner_case_test = 1 + if i_test % 2 == 0: + category = i_test % 3 if i_test % 3 == 0: explicitly_marked_failure = 1 if i_test % 2 == 0: unresearched = 1 - if corner_case_test or explicitly_marked_failure: + if category or explicitly_marked_failure: test_attrs = { "name": make_test_name( i_library, i_test ) } - if corner_case_test: - test_attrs[ "corner-case" ] = "yes" + if category: + test_attrs[ "category" ] = "Category %s" % category g.startElement( "test", test_attrs ) if explicitly_marked_failure: failure_attrs = {} diff --git a/tools/regression/xsl_reports/test/expected_results.xml b/tools/regression/xsl_reports/test/expected_results.xml new file mode 100644 index 0000000000..d9fdd26cc9 --- /dev/null +++ b/tools/regression/xsl_reports/test/expected_results.xml @@ -0,0 +1,3 @@ + + + diff --git a/tools/regression/xsl_reports/xsl/v2/add_expected_results.xsl b/tools/regression/xsl_reports/xsl/v2/add_expected_results.xsl index 1407825a27..20cad838c9 100644 --- a/tools/regression/xsl_reports/xsl/v2/add_expected_results.xsl +++ b/tools/regression/xsl_reports/xsl/v2/add_expected_results.xsl @@ -1,7 +1,7 @@ - - - - - - - - - - - - + - + + - - - - - - Corner-case tests - - - - - - - - - - - @@ -569,7 +542,6 @@ http://www.boost.org/LICENSE_1_0.txt) - @@ -620,33 +592,38 @@ http://www.boost.org/LICENSE_1_0.txt) - + + + + + + + - - -single - - - -first - - - -last - - - - + -single + -first + -last + - + + + + + + + + + - @@ -654,12 +631,12 @@ http://www.boost.org/LICENSE_1_0.txt) - + - +