Skip to content
This repository was archived by the owner on Jun 16, 2026. It is now read-only.
This repository was archived by the owner on Jun 16, 2026. It is now read-only.

First test run executes less tests than subsequent runs #298

Description

@jaeh

This might be expected.

First run:

-------------------------------------------------------------------------------                                               
geometries visual tests
-------------------------------------------------------------------------------
../test/geometry_visual_test.cpp:250
...............................................................................                                               

../test/utils/geometry_equal.hpp:112: FAILED:
  REQUIRE( false )                                                                                                            
with messages:                                                                                                                
  mapnik::geometry::multi_polygon<double, std::vector>
  mapbox::geometry::polygon<double, std::vector>

===============================================================================
test cases:  202 |  201 passed | 1 failed
assertions: 1801 | 1800 passed | 1 failed

Subsequent runs:

-------------------------------------------------------------------------------                                               
geometries visual tests
-------------------------------------------------------------------------------
../test/geometry_visual_test.cpp:250
...............................................................................                                               

../test/utils/geometry_equal.hpp:112: FAILED:
  REQUIRE( false )                                                                                                            
with messages:                                                                                                                
  mapnik::geometry::multi_polygon<double, std::vector>
  mapbox::geometry::polygon<double, std::vector>

===============================================================================
test cases:  202 |  201 passed | 1 failed
assertions: 1903 | 1902 passed | 1 failed

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions