libphobos: Generate test files for phobos testsuite
Extracts all public unittests from libphobos/src and emits them as standalone tests in the testsuite using the tests_extractor script. Compiling every module in the Phobos library with unittests included is computationally expensive, and these tests are now only ran when GCC_TEST_RUN_EXPENSIVE is not empty. When instead just compiling the unittests and linking in the module under test, this has been observed to reduce the time spent running the testsuite by more than half. libphobos/ChangeLog: * testsuite/libphobos.phobos/shared/phobos-shared.exp: Require is-effective-target run_expensive_tests. * testsuite/libphobos.phobos/static/phobos-static.exp: Likewise. * testsuite/libphobos.phobos/phobos.exp: New test. * testsuite/libphobos.phobos/std_algorithm_comparison.d: New test. * testsuite/libphobos.phobos/std_algorithm_iteration.d: New test. * testsuite/libphobos.phobos/std_algorithm_mutation.d: New test. * testsuite/libphobos.phobos/std_algorithm_searching.d: New test. * testsuite/libphobos.phobos/std_algorithm_setops.d: New test. * testsuite/libphobos.phobos/std_algorithm_sorting.d: New test. * testsuite/libphobos.phobos/std_array.d: New test. * testsuite/libphobos.phobos/std_ascii.d: New test. * testsuite/libphobos.phobos/std_base64.d: New test. * testsuite/libphobos.phobos/std_bigint.d: New test. * testsuite/libphobos.phobos/std_bitmanip.d: New test. * testsuite/libphobos.phobos/std_checkedint.d: New test. * testsuite/libphobos.phobos/std_complex.d: New test. * testsuite/libphobos.phobos/std_concurrency.d: New test. * testsuite/libphobos.phobos/std_container_array.d: New test. * testsuite/libphobos.phobos/std_container_binaryheap.d: New test. * testsuite/libphobos.phobos/std_container_dlist.d: New test. * testsuite/libphobos.phobos/std_container_rbtree.d: New test. * testsuite/libphobos.phobos/std_container_slist.d: New test. * testsuite/libphobos.phobos/std_container_util.d: New test. * testsuite/libphobos.phobos/std_conv.d: New test. * testsuite/libphobos.phobos/std_csv.d: New test. * testsuite/libphobos.phobos/std_datetime_date.d: New test. * testsuite/libphobos.phobos/std_datetime_interval.d: New test. * testsuite/libphobos.phobos/std_datetime_package.d: New test. * testsuite/libphobos.phobos/std_datetime_stopwatch.d: New test. * testsuite/libphobos.phobos/std_datetime_systime.d: New test. * testsuite/libphobos.phobos/std_datetime_timezone.d: New test. * testsuite/libphobos.phobos/std_demangle.d: New test. * testsuite/libphobos.phobos/std_digest_crc.d: New test. * testsuite/libphobos.phobos/std_digest_hmac.d: New test. * testsuite/libphobos.phobos/std_digest_md.d: New test. * testsuite/libphobos.phobos/std_digest_murmurhash.d: New test. * testsuite/libphobos.phobos/std_digest_package.d: New test. * testsuite/libphobos.phobos/std_digest_ripemd.d: New test. * testsuite/libphobos.phobos/std_digest_sha.d: New test. * testsuite/libphobos.phobos/std_encoding.d: New test. * testsuite/libphobos.phobos/std_exception.d: New test. * testsuite/libphobos.phobos/std_experimental_allocator_building_blocks_affix_allocator.d: New test. * testsuite/libphobos.phobos/std_experimental_allocator_building_blocks_aligned_block_list.d: New test. * testsuite/libphobos.phobos/std_experimental_allocator_building_blocks_allocator_list.d: New test. * testsuite/libphobos.phobos/std_experimental_allocator_building_blocks_ascending_page_allocator.d: New test. * testsuite/libphobos.phobos/std_experimental_allocator_building_blocks_bitmapped_block.d: New test. * testsuite/libphobos.phobos/std_experimental_allocator_building_blocks_bucketizer.d: New test. * testsuite/libphobos.phobos/std_experimental_allocator_building_blocks_fallback_allocator.d: New test. * testsuite/libphobos.phobos/std_experimental_allocator_building_blocks_free_list.d: New test. * testsuite/libphobos.phobos/std_experimental_allocator_building_blocks_kernighan_ritchie.d: New test. * testsuite/libphobos.phobos/std_experimental_allocator_building_blocks_quantizer.d: New test. * testsuite/libphobos.phobos/std_experimental_allocator_building_blocks_region.d: New test. * testsuite/libphobos.phobos/std_experimental_allocator_building_blocks_scoped_allocator.d: New test. * testsuite/libphobos.phobos/std_experimental_allocator_building_blocks_segregator.d: New test. * testsuite/libphobos.phobos/std_experimental_allocator_building_blocks_stats_collector.d: New test. * testsuite/libphobos.phobos/std_experimental_allocator_common.d: New test. * testsuite/libphobos.phobos/std_experimental_allocator_gc_allocator.d: New test. * testsuite/libphobos.phobos/std_experimental_allocator_mallocator.d: New test. * testsuite/libphobos.phobos/std_experimental_allocator_package.d: New test. * testsuite/libphobos.phobos/std_experimental_allocator_showcase.d: New test. * testsuite/libphobos.phobos/std_experimental_allocator_typed.d: New test. * testsuite/libphobos.phobos/std_file.d: New test. * testsuite/libphobos.phobos/std_format_package.d: New test. * testsuite/libphobos.phobos/std_format_read.d: New test. * testsuite/libphobos.phobos/std_format_spec.d: New test. * testsuite/libphobos.phobos/std_format_write.d: New test. * testsuite/libphobos.phobos/std_functional.d: New test. * testsuite/libphobos.phobos/std_getopt.d: New test. * testsuite/libphobos.phobos/std_int128.d: New test. * testsuite/libphobos.phobos/std_internal_cstring.d: New test. * testsuite/libphobos.phobos/std_internal_scopebuffer.d: New test. * testsuite/libphobos.phobos/std_json.d: New test. * testsuite/libphobos.phobos/std_logger_core.d: New test. * testsuite/libphobos.phobos/std_logger_nulllogger.d: New test. * testsuite/libphobos.phobos/std_math_algebraic.d: New test. * testsuite/libphobos.phobos/std_math_exponential.d: New test. * testsuite/libphobos.phobos/std_math_hardware.d: New test. * testsuite/libphobos.phobos/std_math_operations.d: New test. * testsuite/libphobos.phobos/std_math_remainder.d: New test. * testsuite/libphobos.phobos/std_math_rounding.d: New test. * testsuite/libphobos.phobos/std_math_traits.d: New test. * testsuite/libphobos.phobos/std_math_trigonometry.d: New test. * testsuite/libphobos.phobos/std_meta.d: New test. * testsuite/libphobos.phobos/std_mmfile.d: New test. * testsuite/libphobos.phobos/std_numeric.d: New test. * testsuite/libphobos.phobos/std_outbuffer.d: New test. * testsuite/libphobos.phobos/std_package.d: New test. * testsuite/libphobos.phobos/std_parallelism.d: New test. * testsuite/libphobos.phobos/std_path.d: New test. * testsuite/libphobos.phobos/std_random.d: New test. * testsuite/libphobos.phobos/std_range_interfaces.d: New test. * testsuite/libphobos.phobos/std_range_package.d: New test. * testsuite/libphobos.phobos/std_range_primitives.d: New test. * testsuite/libphobos.phobos/std_regex_package.d: New test. * testsuite/libphobos.phobos/std_signals.d: New test. * testsuite/libphobos.phobos/std_socket.d: New test. * testsuite/libphobos.phobos/std_stdio.d: New test. * testsuite/libphobos.phobos/std_string.d: New test. * testsuite/libphobos.phobos/std_sumtype.d: New test. * testsuite/libphobos.phobos/std_traits.d: New test. * testsuite/libphobos.phobos/std_typecons.d: New test. * testsuite/libphobos.phobos/std_typetuple.d: New test. * testsuite/libphobos.phobos/std_uni_package.d: New test. * testsuite/libphobos.phobos/std_uri.d: New test. * testsuite/libphobos.phobos/std_utf.d: New test. * testsuite/libphobos.phobos/std_uuid.d: New test. * testsuite/libphobos.phobos/std_variant.d: New test. * testsuite/libphobos.phobos/std_zlib.d: New test.
Showing
- libphobos/testsuite/libphobos.phobos/phobos.exp 50 additions, 0 deletionslibphobos/testsuite/libphobos.phobos/phobos.exp
- libphobos/testsuite/libphobos.phobos/shared/phobos-shared.exp 5 additions, 0 deletions...hobos/testsuite/libphobos.phobos/shared/phobos-shared.exp
- libphobos/testsuite/libphobos.phobos/static/phobos-static.exp 5 additions, 0 deletions...hobos/testsuite/libphobos.phobos/static/phobos-static.exp
- libphobos/testsuite/libphobos.phobos/std_algorithm_comparison.d 454 additions, 0 deletions...bos/testsuite/libphobos.phobos/std_algorithm_comparison.d
- libphobos/testsuite/libphobos.phobos/std_algorithm_iteration.d 1004 additions, 0 deletions...obos/testsuite/libphobos.phobos/std_algorithm_iteration.d
- libphobos/testsuite/libphobos.phobos/std_algorithm_mutation.d 627 additions, 0 deletions...hobos/testsuite/libphobos.phobos/std_algorithm_mutation.d
- libphobos/testsuite/libphobos.phobos/std_algorithm_searching.d 668 additions, 0 deletions...obos/testsuite/libphobos.phobos/std_algorithm_searching.d
- libphobos/testsuite/libphobos.phobos/std_algorithm_setops.d 281 additions, 0 deletionslibphobos/testsuite/libphobos.phobos/std_algorithm_setops.d
- libphobos/testsuite/libphobos.phobos/std_algorithm_sorting.d 462 additions, 0 deletionslibphobos/testsuite/libphobos.phobos/std_algorithm_sorting.d
- libphobos/testsuite/libphobos.phobos/std_array.d 560 additions, 0 deletionslibphobos/testsuite/libphobos.phobos/std_array.d
- libphobos/testsuite/libphobos.phobos/std_ascii.d 262 additions, 0 deletionslibphobos/testsuite/libphobos.phobos/std_ascii.d
- libphobos/testsuite/libphobos.phobos/std_base64.d 180 additions, 0 deletionslibphobos/testsuite/libphobos.phobos/std_base64.d
- libphobos/testsuite/libphobos.phobos/std_bigint.d 465 additions, 0 deletionslibphobos/testsuite/libphobos.phobos/std_bigint.d
- libphobos/testsuite/libphobos.phobos/std_bitmanip.d 1628 additions, 0 deletionslibphobos/testsuite/libphobos.phobos/std_bitmanip.d
- libphobos/testsuite/libphobos.phobos/std_checkedint.d 628 additions, 0 deletionslibphobos/testsuite/libphobos.phobos/std_checkedint.d
- libphobos/testsuite/libphobos.phobos/std_complex.d 403 additions, 0 deletionslibphobos/testsuite/libphobos.phobos/std_complex.d
- libphobos/testsuite/libphobos.phobos/std_concurrency.d 235 additions, 0 deletionslibphobos/testsuite/libphobos.phobos/std_concurrency.d
- libphobos/testsuite/libphobos.phobos/std_container_array.d 56 additions, 0 deletionslibphobos/testsuite/libphobos.phobos/std_container_array.d
- libphobos/testsuite/libphobos.phobos/std_container_binaryheap.d 102 additions, 0 deletions...bos/testsuite/libphobos.phobos/std_container_binaryheap.d
- libphobos/testsuite/libphobos.phobos/std_container_dlist.d 47 additions, 0 deletionslibphobos/testsuite/libphobos.phobos/std_container_dlist.d
Loading
Please register or sign in to comment