summaryrefslogtreecommitdiff
path: root/status
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #126 from olk/patch-21Daniel James2017-06-231-0/+29
|\ | | | | list of excludedd compilers for boost.fiber
| * list of excludedd compilers for boost.fiberOliver Kowalke2016-06-081-0/+29
| |
* | added qcc unusable toolsets to poly_collectionjoaquintides2017-06-231-0/+2
| |
* | marked unusable toolsets for poly_collectionjoaquintides2017-06-181-0/+27
| |
* | Less greedy about declaring tests.Rene Rivera2017-05-291-4/+4
| | | | | | Only declared tests that are filtered in for actual testing.
* | Don't use non-existent test projects.Rene Rivera2017-05-261-1/+4
| |
* | Add Boost.Geometry test category.Adam Wulkiewicz2016-08-281-0/+2
| |
* | Add ability to exclude tests with options. And make the filtering as toRene Rivera2016-08-111-10/+70
| | | | | | | | which tests to run from status dir composable. This hopefully goes a long way towards easier control of running limited set of tests.
* | Require that the library check targets use to host OS as the target OS.Rene Rivera2016-07-161-0/+6
| | | | | | | | This has the effect of only using the host OS python interpreter when running the tests.
* | Add support for parent lib meta data to include sublib meta data.Rene Rivera2016-07-071-3/+48
| |
* | Remove some more special cases.Daniel James2016-07-031-3/+0
| |
* | Remove custom libraries from test list that are now automaticallyRene Rivera2016-06-281-21/+0
| | | | | | | | | | handled by sublibs trigger file. Also remove etraneous example and other extra test targets, authors will need to add them into their libs if truly needed.
* | Add support for "sublibs" trigger file for automatic testing ofRene Rivera2016-06-281-16/+22
| | | | | | sub-libraries.
* | Run 'hash' tests using more traditional location.Daniel James2016-06-261-1/+1
| | | | | | Will update the library soon.
* | Remove special cases for 'unordered' tests.Daniel James2016-06-261-2/+0
| | | | | | They're not actually required, it runs just fine from `libs/unordered/tests`.
* | Add debug option for library checking to get some output of what pathsRene Rivera2016-06-171-30/+52
| | | | | | | | the script checks. Also add keys for each check to eventually use for filtering.
* | Fix header check error that was supposed to be a warning.Rene Rivera2016-06-151-2/+2
| |
* | Merge pull request #128 from jzmaddock/patch-12Rene Rivera2016-06-141-1/+0
|\ \ | | | | | | Remove reference to static_assert Jamfile no longer needed.
| * | Remove reference to static_assert Jamfile no longer needed.jzmaddock2016-06-141-1/+0
| | |
* | | Remove unnecessary reference to regex examples.jzmaddock2016-06-141-1/+0
|/ /
* | Remove debug-commented code.Rene Rivera2016-06-121-0/+6
| |
* | Put back use-project in case of non-filtered lib.Rene Rivera2016-06-121-1/+1
| |
* | Automate core way of testing libraries (i.e. root/lib/test requirement)Rene Rivera2016-06-101-114/+14
| | | | | | for most current tests.
* | Merge branch 'develop' of https://github.com/boostorg/boost into developRene Rivera2016-06-091-0/+1
|\ \ | |/
| * add fiber to regression testsOliver Kowalke2016-06-071-0/+1
| |
* | Add testing to check initial set of library requirements.Rene Rivera2016-06-092-5/+273
|/
* Add qvm to status/Jamfile.v2Peter Dimov2016-04-051-0/+1
|
* Merge pull request #111 from ldionne/developDaniel James2016-01-241-0/+19
|\ | | | | [status] Add expected test failures for Hana
| * [status] Add expected test failures for HanaLouis Dionne2016-01-131-0/+19
| |
* | Fix explicit-failures-markup.xml validation error.Daniel James2016-01-241-22/+22
| | | | | | | | | | According to the schema, mark-unusable always has to be before the individual test details. Was causing xmllint to fail.
* | Add Metaparse to regression testsAbel Sinkovics2016-01-161-0/+1
|/
* Add Hana as a submodule of the master repositoryLouis Dionne2015-12-291-0/+1
| | | | | | | Specifically: - Adds Hana's test suite to the regression tests - Add Hana as the libs/hana submodule - Add entry for Hana to libs/maintainers.txt and libs/libraries.htm
* Merge pull request #106 from olk/patch-13Rene Rivera2015-12-211-0/+24
|\ | | | | Update explicit-failures-markup.xml for context
| * Update explicit-failures-markup.xmlOliver Kowalke2015-12-211-0/+24
| |
* | Merge pull request #105 from olk/patch-12Rene Rivera2015-12-211-0/+23
|\ \ | | | | | | Update explicit-failures-markup.xml for coroutine2
| * | Update explicit-failures-markup.xmlOliver Kowalke2015-12-211-0/+23
| |/
* | Update explicit-failures-markup.xmlOliver Kowalke2015-12-211-9/+10
|/
* Add Boost.Compute test directory to status/Jamfile.v2Kyle Lutz2015-10-141-1/+1
|
* Update ICL failures for MSVC14Marcel Raad2015-09-081-1/+0
| | | This test finally passes with MSVC 14 RTM.
* Merge pull request #87 from kylelutz/boost-compute-regression-testRene Rivera2015-09-081-0/+1
|\ | | | | Add Boost.Compute to status/Jamfile.v2
| * Add Boost.Compute to status/Jamfile.v2Kyle Lutz2015-06-291-0/+1
| |
* | Merge pull request #83 from Lastique/patch-3Rene Rivera2015-09-081-0/+1
|\ \ | | | | | | Add tests for winapi submodule
| * | Add tests for winapi submoduleAndrey Semashev2015-06-211-0/+1
| |/
* | Merge pull request #94 from apolukhin/developRene Rivera2015-08-281-0/+1
|\ \ | | | | | | Boost.DLL library integration
| * | Boost.DLL library integrationAntony Polukhin2015-08-221-0/+1
| | |
* | | Update explicit-failures-markup.xmlAntony Polukhin2015-07-011-1/+3
| |/ |/| | | Mark some failures for the type_index library as expected.
* | [status] Define test categories for Geometry in markup XML file.Adam Wulkiewicz2015-06-011-0/+22
|/
* Merge pull request #75 from eldiener/developDaniel James2015-04-301-0/+1
|\ | | | | Updated to include VMD tests
| * Updated to include VMD testsEdward Diener2015-04-201-0/+1
| |
* | Update expected failures for MSVC14Marcel Raad2015-04-211-1/+0
|/ | | | Since CTP 5, lexical_cast_loopback_test passes on MSVC14: http://www.boost.org/development/tests/develop/developer/output/teeks99-08f-win2012R2-64on64-boost-bin-v2-libs-lexical_cast-test-lexical_cast_loopback_test-test-msvc-14-0-dbg-adrs-mdl-64-lnk-sttc-thrd-mlt.html