Andreas Wacknitz
2023-11-13 44ccb9cba1772fa4d4875ec5f3b85f448e242ed0
glm: drop 32 bit

1 files deleted
5 files modified
657 ■■■■■ changed files
components/scientific/glm/Makefile 15 ●●●● patch | view | raw | blame | history
components/scientific/glm/glm.license 54 ●●●●● patch | view | raw | blame | history
components/scientific/glm/glm.p5m 5 ●●●● patch | view | raw | blame | history
components/scientific/glm/manifests/sample-manifest.p5m 7 ●●●● patch | view | raw | blame | history
components/scientific/glm/pkg5 6 ●●●● patch | view | raw | blame | history
components/scientific/glm/test/results-all.master 570 ●●●●● patch | view | raw | blame | history
components/scientific/glm/Makefile
@@ -12,13 +12,15 @@
#
# Copyright 2020 Aurelien Larcher
#
BUILD_BITS=32_and_64
BUILD_STYLE=cmake
BUILD_BITS= 64
BUILD_STYLE= cmake
USE_DEFAULT_TEST_TRANSFORMS= yes
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME= glm
COMPONENT_VERSION= 0.9.9.8
COMPONENT_REVISION= 1
COMPONENT_FMRI= library/math/glm
COMPONENT_CLASSIFICATION= System/Libraries
COMPONENT_SUMMARY= glm - OpenGL Mathematics, A C++ mathematics library for graphics programming
@@ -28,14 +30,11 @@
COMPONENT_ARCHIVE_HASH= sha256:7d508ab72cb5d43227a3711420f06ff99b0a0cb63ee2f93631b162bfe1fe9592
COMPONENT_ARCHIVE_URL= https://github.com/g-truc/glm/archive/$(COMPONENT_VERSION).tar.gz
COMPONENT_LICENSE= MIT
COMPONENT_LICENSE_FILE= copying.txt
include $(WS_MAKE_RULES)/common.mk
COMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
COMPONENT_TEST_TRANSFORMS += \
    '-e "s/[0-9]*\.[0-9]* sec/ SEC seconds/"' \
    '-n ' \
    '-e "/Passed/p"' \
    '-e "/tests passed/,\\$$p"'
# Note that test-core_func_integer fails with gcc-13 but is ok with gcc-7 and gcc-10.
COMPONENT_TEST_TRANSFORMS += ' -e "/aborted/p" '
# Auto-generated dependencies
components/scientific/glm/glm.license
File was deleted
components/scientific/glm/glm.p5m
@@ -14,6 +14,7 @@
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.human-version value=$(HUMAN_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
@@ -444,7 +445,3 @@
file path=usr/lib/$(MACH64)/cmake/glm/glmConfigVersion.cmake
file path=usr/lib/$(MACH64)/cmake/glm/glmTargets.cmake
file path=usr/lib/$(MACH64)/pkgconfig/glm.pc
file path=usr/lib/cmake/glm/glmConfig.cmake
file path=usr/lib/cmake/glm/glmConfigVersion.cmake
file path=usr/lib/cmake/glm/glmTargets.cmake
file path=usr/lib/pkgconfig/glm.pc
components/scientific/glm/manifests/sample-manifest.p5m
@@ -10,10 +10,11 @@
#
#
# Copyright 2022 <contributor>
# Copyright 2023 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.human-version value=$(HUMAN_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
@@ -444,7 +445,3 @@
file path=usr/lib/$(MACH64)/cmake/glm/glmConfigVersion.cmake
file path=usr/lib/$(MACH64)/cmake/glm/glmTargets.cmake
file path=usr/lib/$(MACH64)/pkgconfig/glm.pc
file path=usr/lib/cmake/glm/glmConfig.cmake
file path=usr/lib/cmake/glm/glmConfigVersion.cmake
file path=usr/lib/cmake/glm/glmTargets.cmake
file path=usr/lib/pkgconfig/glm.pc
components/scientific/glm/pkg5
@@ -1,9 +1,5 @@
{
    "dependencies": [
        "SUNWcs",
        "shell/ksh93",
        "system/library"
    ],
    "dependencies": [],
    "fmris": [
        "library/math/glm"
    ],
components/scientific/glm/test/results-all.master
@@ -1,191 +1,379 @@
  1/188 Test   #1: test-bug_ms_vec_static .................   Passed     SEC seconds
  2/188 Test   #2: test-core_cpp_constexpr ................   Passed     SEC seconds
  3/188 Test   #3: test-core_cpp_defaulted_ctor ...........   Passed     SEC seconds
  4/188 Test   #4: test-core_force_aligned_gentypes .......   Passed     SEC seconds
  5/188 Test   #5: test-core_force_ctor_init ..............   Passed     SEC seconds
  6/188 Test   #6: test-core_force_cxx03 ..................   Passed     SEC seconds
  7/188 Test   #7: test-core_force_cxx98 ..................   Passed     SEC seconds
  8/188 Test   #8: test-core_force_arch_unknown ...........   Passed     SEC seconds
  9/188 Test   #9: test-core_force_compiler_unknown .......   Passed     SEC seconds
 10/188 Test  #10: test-core_force_cxx_unknown ............   Passed     SEC seconds
 11/188 Test  #11: test-core_force_explicit_ctor ..........   Passed     SEC seconds
 12/188 Test  #12: test-core_force_inline .................   Passed     SEC seconds
 13/188 Test  #13: test-core_force_platform_unknown .......   Passed     SEC seconds
 14/188 Test  #14: test-core_force_pure ...................   Passed     SEC seconds
 15/188 Test  #15: test-core_force_unrestricted_gentype ...   Passed     SEC seconds
 16/188 Test  #16: test-core_force_xyzw_only ..............   Passed     SEC seconds
 17/188 Test  #17: test-core_force_quat_wxyz ..............   Passed     SEC seconds
 18/188 Test  #18: test-core_type_aligned .................   Passed     SEC seconds
 19/188 Test  #19: test-core_type_cast ....................   Passed     SEC seconds
 20/188 Test  #20: test-core_type_ctor ....................   Passed     SEC seconds
 21/188 Test  #21: test-core_type_int .....................   Passed     SEC seconds
 22/188 Test  #22: test-core_type_length ..................   Passed     SEC seconds
 23/188 Test  #23: test-core_type_mat2x2 ..................   Passed     SEC seconds
 24/188 Test  #24: test-core_type_mat2x3 ..................   Passed     SEC seconds
 25/188 Test  #25: test-core_type_mat2x4 ..................   Passed     SEC seconds
 26/188 Test  #26: test-core_type_mat3x2 ..................   Passed     SEC seconds
 27/188 Test  #27: test-core_type_mat3x3 ..................   Passed     SEC seconds
 28/188 Test  #28: test-core_type_mat3x4 ..................   Passed     SEC seconds
 29/188 Test  #29: test-core_type_mat4x2 ..................   Passed     SEC seconds
 30/188 Test  #30: test-core_type_mat4x3 ..................   Passed     SEC seconds
 31/188 Test  #31: test-core_type_mat4x4 ..................   Passed     SEC seconds
 32/188 Test  #32: test-core_type_vec1 ....................   Passed     SEC seconds
 33/188 Test  #33: test-core_type_vec2 ....................   Passed     SEC seconds
 34/188 Test  #34: test-core_type_vec3 ....................   Passed     SEC seconds
 35/188 Test  #35: test-core_type_vec4 ....................   Passed     SEC seconds
 36/188 Test  #36: test-core_func_common ..................   Passed     SEC seconds
 37/188 Test  #37: test-core_func_exponential .............   Passed     SEC seconds
 38/188 Test  #38: test-core_func_geometric ...............   Passed     SEC seconds
 39/188 Test  #39: test-core_func_integer .................   Passed     SEC seconds
 40/188 Test  #40: test-core_func_integer_bit_count .......   Passed     SEC seconds
 41/188 Test  #41: test-core_func_integer_find_lsb ........   Passed     SEC seconds
 42/188 Test  #42: test-core_func_integer_find_msb ........   Passed     SEC seconds
 43/188 Test  #43: test-core_func_matrix ..................   Passed     SEC seconds
 44/188 Test  #44: test-core_func_noise ...................   Passed     SEC seconds
 45/188 Test  #45: test-core_func_packing .................   Passed     SEC seconds
 46/188 Test  #46: test-core_func_trigonometric ...........   Passed     SEC seconds
 47/188 Test  #47: test-core_func_vector_relational .......   Passed     SEC seconds
 48/188 Test  #48: test-core_func_swizzle .................   Passed     SEC seconds
 49/188 Test  #49: test-core_setup_force_cxx98 ............   Passed     SEC seconds
 50/188 Test  #50: test-core_setup_force_size_t_length ....   Passed     SEC seconds
 51/188 Test  #51: test-core_setup_message ................   Passed     SEC seconds
 52/188 Test  #52: test-core_setup_platform_unknown .......   Passed     SEC seconds
 53/188 Test  #53: test-core_setup_precision ..............   Passed     SEC seconds
 54/188 Test  #54: test-ext_matrix_relational .............   Passed     SEC seconds
 55/188 Test  #55: test-ext_matrix_transform ..............   Passed     SEC seconds
 56/188 Test  #56: test-ext_matrix_common .................   Passed     SEC seconds
 57/188 Test  #57: test-ext_matrix_int2x2_sized ...........   Passed     SEC seconds
 58/188 Test  #58: test-ext_matrix_int2x3_sized ...........   Passed     SEC seconds
 59/188 Test  #59: test-ext_matrix_int2x4_sized ...........   Passed     SEC seconds
 60/188 Test  #60: test-ext_matrix_int3x2_sized ...........   Passed     SEC seconds
 61/188 Test  #61: test-ext_matrix_int3x3_sized ...........   Passed     SEC seconds
 62/188 Test  #62: test-ext_matrix_int3x4_sized ...........   Passed     SEC seconds
 63/188 Test  #63: test-ext_matrix_int4x2_sized ...........   Passed     SEC seconds
 64/188 Test  #64: test-ext_matrix_int4x3_sized ...........   Passed     SEC seconds
 65/188 Test  #65: test-ext_matrix_int4x4_sized ...........   Passed     SEC seconds
 66/188 Test  #66: test-ext_matrix_uint2x2_sized ..........   Passed     SEC seconds
 67/188 Test  #67: test-ext_matrix_uint2x3_sized ..........   Passed     SEC seconds
 68/188 Test  #68: test-ext_matrix_uint2x4_sized ..........   Passed     SEC seconds
 69/188 Test  #69: test-ext_matrix_uint3x2_sized ..........   Passed     SEC seconds
 70/188 Test  #70: test-ext_matrix_uint3x3_sized ..........   Passed     SEC seconds
 71/188 Test  #71: test-ext_matrix_uint3x4_sized ..........   Passed     SEC seconds
 72/188 Test  #72: test-ext_matrix_uint4x2_sized ..........   Passed     SEC seconds
 73/188 Test  #73: test-ext_matrix_uint4x3_sized ..........   Passed     SEC seconds
 74/188 Test  #74: test-ext_matrix_uint4x4_sized ..........   Passed     SEC seconds
 75/188 Test  #75: test-ext_quaternion_common .............   Passed     SEC seconds
 76/188 Test  #76: test-ext_quaternion_exponential ........   Passed     SEC seconds
 77/188 Test  #77: test-ext_quaternion_geometric ..........   Passed     SEC seconds
 78/188 Test  #78: test-ext_quaternion_relational .........   Passed     SEC seconds
 79/188 Test  #79: test-ext_quaternion_transform ..........   Passed     SEC seconds
 80/188 Test  #80: test-ext_quaternion_trigonometric ......   Passed     SEC seconds
 81/188 Test  #81: test-ext_quaternion_type ...............   Passed     SEC seconds
 82/188 Test  #82: test-ext_scalar_common .................   Passed     SEC seconds
 83/188 Test  #83: test-ext_scalar_constants ..............   Passed     SEC seconds
 84/188 Test  #84: test-ext_scalar_int_sized ..............   Passed     SEC seconds
 85/188 Test  #85: test-ext_scalar_uint_sized .............   Passed     SEC seconds
 86/188 Test  #86: test-ext_scalar_integer ................   Passed     SEC seconds
 87/188 Test  #87: test-ext_scalar_ulp ....................   Passed     SEC seconds
 88/188 Test  #88: test-ext_scalar_relational .............   Passed     SEC seconds
 89/188 Test  #89: test-ext_vec1 ..........................   Passed     SEC seconds
 90/188 Test  #90: test-ext_vector_bool1 ..................   Passed     SEC seconds
 91/188 Test  #91: test-ext_vector_common .................   Passed     SEC seconds
 92/188 Test  #92: test-ext_vector_iec559 .................   Passed     SEC seconds
 93/188 Test  #93: test-ext_vector_int1_sized .............   Passed     SEC seconds
 94/188 Test  #94: test-ext_vector_int2_sized .............   Passed     SEC seconds
 95/188 Test  #95: test-ext_vector_int3_sized .............   Passed     SEC seconds
 96/188 Test  #96: test-ext_vector_int4_sized .............   Passed     SEC seconds
 97/188 Test  #97: test-ext_vector_integer ................   Passed     SEC seconds
 98/188 Test  #98: test-ext_vector_integer_sized ..........   Passed     SEC seconds
 99/188 Test  #99: test-ext_vector_uint1_sized ............   Passed     SEC seconds
100/188 Test #100: test-ext_vector_uint2_sized ............   Passed     SEC seconds
101/188 Test #101: test-ext_vector_uint3_sized ............   Passed     SEC seconds
102/188 Test #102: test-ext_vector_uint4_sized ............   Passed     SEC seconds
103/188 Test #103: test-ext_vector_relational .............   Passed     SEC seconds
104/188 Test #104: test-ext_vector_ulp ....................   Passed     SEC seconds
105/188 Test #105: test-gtc_bitfield ......................   Passed     SEC seconds
106/188 Test #106: test-gtc_color_space ...................   Passed     SEC seconds
107/188 Test #107: test-gtc_constants .....................   Passed     SEC seconds
108/188 Test #108: test-gtc_epsilon .......................   Passed     SEC seconds
109/188 Test #109: test-gtc_integer .......................   Passed     SEC seconds
110/188 Test #110: test-gtc_matrix_access .................   Passed     SEC seconds
111/188 Test #111: test-gtc_matrix_integer ................   Passed     SEC seconds
112/188 Test #112: test-gtc_matrix_inverse ................   Passed     SEC seconds
113/188 Test #113: test-gtc_matrix_transform ..............   Passed     SEC seconds
114/188 Test #114: test-gtc_noise .........................   Passed     SEC seconds
115/188 Test #115: test-gtc_packing .......................   Passed     SEC seconds
116/188 Test #116: test-gtc_quaternion ....................   Passed     SEC seconds
117/188 Test #117: test-gtc_random ........................   Passed     SEC seconds
118/188 Test #118: test-gtc_round .........................   Passed     SEC seconds
119/188 Test #119: test-gtc_reciprocal ....................   Passed     SEC seconds
120/188 Test #120: test-gtc_type_aligned ..................   Passed     SEC seconds
121/188 Test #121: test-gtc_type_precision ................   Passed     SEC seconds
122/188 Test #122: test-gtc_type_ptr ......................   Passed     SEC seconds
123/188 Test #123: test-gtc_ulp ...........................   Passed     SEC seconds
124/188 Test #124: test-gtc_vec1 ..........................   Passed     SEC seconds
125/188 Test #125: test-gtx ...............................   Passed     SEC seconds
126/188 Test #126: test-gtx_associated_min_max ............   Passed     SEC seconds
127/188 Test #127: test-gtx_closest_point .................   Passed     SEC seconds
128/188 Test #128: test-gtx_color_encoding ................   Passed     SEC seconds
129/188 Test #129: test-gtx_color_space_YCoCg .............   Passed     SEC seconds
130/188 Test #130: test-gtx_color_space ...................   Passed     SEC seconds
131/188 Test #131: test-gtx_common ........................   Passed     SEC seconds
132/188 Test #132: test-gtx_compatibility .................   Passed     SEC seconds
133/188 Test #133: test-gtx_component_wise ................   Passed     SEC seconds
134/188 Test #134: test-gtx_easing ........................   Passed     SEC seconds
135/188 Test #135: test-gtx_euler_angle ...................   Passed     SEC seconds
136/188 Test #136: test-gtx_extend ........................   Passed     SEC seconds
137/188 Test #137: test-gtx_extended_min_max ..............   Passed     SEC seconds
138/188 Test #138: test-gtx_exterior_product ..............   Passed     SEC seconds
139/188 Test #139: test-gtx_fast_exponential ..............   Passed     SEC seconds
140/188 Test #140: test-gtx_fast_square_root ..............   Passed     SEC seconds
141/188 Test #141: test-gtx_fast_trigonometry .............   Passed     SEC seconds
142/188 Test #142: test-gtx_functions .....................   Passed     SEC seconds
143/188 Test #143: test-gtx_gradient_paint ................   Passed     SEC seconds
144/188 Test #144: test-gtx_handed_coordinate_space .......   Passed     SEC seconds
145/188 Test #145: test-gtx_integer .......................   Passed     SEC seconds
146/188 Test #146: test-gtx_intersect .....................   Passed     SEC seconds
147/188 Test #147: test-gtx_io ............................   Passed     SEC seconds
148/188 Test #148: test-gtx_load ..........................   Passed     SEC seconds
149/188 Test #149: test-gtx_log_base ......................   Passed     SEC seconds
150/188 Test #150: test-gtx_matrix_cross_product ..........   Passed     SEC seconds
151/188 Test #151: test-gtx_matrix_decompose ..............   Passed     SEC seconds
152/188 Test #152: test-gtx_matrix_factorisation ..........   Passed     SEC seconds
153/188 Test #153: test-gtx_matrix_interpolation ..........   Passed     SEC seconds
154/188 Test #154: test-gtx_matrix_major_storage ..........   Passed     SEC seconds
155/188 Test #155: test-gtx_matrix_operation ..............   Passed     SEC seconds
156/188 Test #156: test-gtx_matrix_query ..................   Passed     SEC seconds
157/188 Test #157: test-gtx_matrix_transform_2d ...........   Passed     SEC seconds
158/188 Test #158: test-gtx_norm ..........................   Passed     SEC seconds
159/188 Test #159: test-gtx_normal ........................   Passed     SEC seconds
160/188 Test #160: test-gtx_normalize_dot .................   Passed     SEC seconds
161/188 Test #161: test-gtx_number_precision ..............   Passed     SEC seconds
162/188 Test #162: test-gtx_orthonormalize ................   Passed     SEC seconds
163/188 Test #163: test-gtx_optimum_pow ...................   Passed     SEC seconds
164/188 Test #164: test-gtx_perpendicular .................   Passed     SEC seconds
165/188 Test #165: test-gtx_polar_coordinates .............   Passed     SEC seconds
166/188 Test #166: test-gtx_projection ....................   Passed     SEC seconds
167/188 Test #167: test-gtx_quaternion ....................   Passed     SEC seconds
168/188 Test #168: test-gtx_dual_quaternion ...............   Passed     SEC seconds
169/188 Test #169: test-gtx_range .........................   Passed     SEC seconds
170/188 Test #170: test-gtx_rotate_normalized_axis ........   Passed     SEC seconds
171/188 Test #171: test-gtx_rotate_vector .................   Passed     SEC seconds
172/188 Test #172: test-gtx_scalar_multiplication .........   Passed     SEC seconds
173/188 Test #173: test-gtx_scalar_relational .............   Passed     SEC seconds
174/188 Test #174: test-gtx_spline ........................   Passed     SEC seconds
175/188 Test #175: test-gtx_string_cast ...................   Passed     SEC seconds
176/188 Test #176: test-gtx_texture .......................   Passed     SEC seconds
177/188 Test #177: test-gtx_type_aligned ..................   Passed     SEC seconds
178/188 Test #178: test-gtx_type_trait ....................   Passed     SEC seconds
179/188 Test #179: test-gtx_vec_swizzle ...................   Passed     SEC seconds
180/188 Test #180: test-gtx_vector_angle ..................   Passed     SEC seconds
181/188 Test #181: test-gtx_vector_query ..................   Passed     SEC seconds
182/188 Test #182: test-gtx_wrap ..........................   Passed     SEC seconds
183/188 Test #183: test-perf_matrix_div ...................   Passed     SEC seconds
184/188 Test #184: test-perf_matrix_inverse ...............   Passed     SEC seconds
185/188 Test #185: test-perf_matrix_mul ...................   Passed     SEC seconds
186/188 Test #186: test-perf_matrix_mul_vector ............   Passed     SEC seconds
187/188 Test #187: test-perf_matrix_transpose .............   Passed     SEC seconds
188/188 Test #188: test-perf_vector_mul_matrix ............   Passed     SEC seconds
100% tests passed, 0 tests failed out of 188
Total Test time (real) =    SEC seconds
        Start   1: test-bug_ms_vec_static
  1/188 Test   #1: test-bug_ms_vec_static .................   Passed
        Start   2: test-core_cpp_constexpr
  2/188 Test   #2: test-core_cpp_constexpr ................   Passed
        Start   3: test-core_cpp_defaulted_ctor
  3/188 Test   #3: test-core_cpp_defaulted_ctor ...........   Passed
        Start   4: test-core_force_aligned_gentypes
  4/188 Test   #4: test-core_force_aligned_gentypes .......   Passed
        Start   5: test-core_force_ctor_init
  5/188 Test   #5: test-core_force_ctor_init ..............   Passed
        Start   6: test-core_force_cxx03
  6/188 Test   #6: test-core_force_cxx03 ..................   Passed
        Start   7: test-core_force_cxx98
  7/188 Test   #7: test-core_force_cxx98 ..................   Passed
        Start   8: test-core_force_arch_unknown
  8/188 Test   #8: test-core_force_arch_unknown ...........   Passed
        Start   9: test-core_force_compiler_unknown
  9/188 Test   #9: test-core_force_compiler_unknown .......   Passed
        Start  10: test-core_force_cxx_unknown
 10/188 Test  #10: test-core_force_cxx_unknown ............   Passed
        Start  11: test-core_force_explicit_ctor
 11/188 Test  #11: test-core_force_explicit_ctor ..........   Passed
        Start  12: test-core_force_inline
 12/188 Test  #12: test-core_force_inline .................   Passed
        Start  13: test-core_force_platform_unknown
 13/188 Test  #13: test-core_force_platform_unknown .......   Passed
        Start  14: test-core_force_pure
 14/188 Test  #14: test-core_force_pure ...................   Passed
        Start  15: test-core_force_unrestricted_gentype
 15/188 Test  #15: test-core_force_unrestricted_gentype ...   Passed
        Start  16: test-core_force_xyzw_only
 16/188 Test  #16: test-core_force_xyzw_only ..............   Passed
        Start  17: test-core_force_quat_wxyz
 17/188 Test  #17: test-core_force_quat_wxyz ..............   Passed
        Start  18: test-core_type_aligned
 18/188 Test  #18: test-core_type_aligned .................   Passed
        Start  19: test-core_type_cast
 19/188 Test  #19: test-core_type_cast ....................   Passed
        Start  20: test-core_type_ctor
 20/188 Test  #20: test-core_type_ctor ....................   Passed
        Start  21: test-core_type_int
 21/188 Test  #21: test-core_type_int .....................   Passed
        Start  22: test-core_type_length
 22/188 Test  #22: test-core_type_length ..................   Passed
        Start  23: test-core_type_mat2x2
 23/188 Test  #23: test-core_type_mat2x2 ..................   Passed
        Start  24: test-core_type_mat2x3
 24/188 Test  #24: test-core_type_mat2x3 ..................   Passed
        Start  25: test-core_type_mat2x4
 25/188 Test  #25: test-core_type_mat2x4 ..................   Passed
        Start  26: test-core_type_mat3x2
 26/188 Test  #26: test-core_type_mat3x2 ..................   Passed
        Start  27: test-core_type_mat3x3
 27/188 Test  #27: test-core_type_mat3x3 ..................   Passed
        Start  28: test-core_type_mat3x4
 28/188 Test  #28: test-core_type_mat3x4 ..................   Passed
        Start  29: test-core_type_mat4x2
 29/188 Test  #29: test-core_type_mat4x2 ..................   Passed
        Start  30: test-core_type_mat4x3
 30/188 Test  #30: test-core_type_mat4x3 ..................   Passed
        Start  31: test-core_type_mat4x4
 31/188 Test  #31: test-core_type_mat4x4 ..................   Passed
        Start  32: test-core_type_vec1
 32/188 Test  #32: test-core_type_vec1 ....................   Passed
        Start  33: test-core_type_vec2
 33/188 Test  #33: test-core_type_vec2 ....................   Passed
        Start  34: test-core_type_vec3
 34/188 Test  #34: test-core_type_vec3 ....................   Passed
        Start  35: test-core_type_vec4
 35/188 Test  #35: test-core_type_vec4 ....................   Passed
        Start  36: test-core_func_common
 36/188 Test  #36: test-core_func_common ..................   Passed
        Start  37: test-core_func_exponential
 37/188 Test  #37: test-core_func_exponential .............   Passed
        Start  38: test-core_func_geometric
 38/188 Test  #38: test-core_func_geometric ...............   Passed
        Start  39: test-core_func_integer
 39/188 Test  #39: test-core_func_integer .................Subprocess aborted***Exception:
        Start  40: test-core_func_integer_bit_count
 40/188 Test  #40: test-core_func_integer_bit_count .......   Passed
        Start  41: test-core_func_integer_find_lsb
 41/188 Test  #41: test-core_func_integer_find_lsb ........   Passed
        Start  42: test-core_func_integer_find_msb
 42/188 Test  #42: test-core_func_integer_find_msb ........   Passed
        Start  43: test-core_func_matrix
 43/188 Test  #43: test-core_func_matrix ..................   Passed
        Start  44: test-core_func_noise
 44/188 Test  #44: test-core_func_noise ...................   Passed
        Start  45: test-core_func_packing
 45/188 Test  #45: test-core_func_packing .................   Passed
        Start  46: test-core_func_trigonometric
 46/188 Test  #46: test-core_func_trigonometric ...........   Passed
        Start  47: test-core_func_vector_relational
 47/188 Test  #47: test-core_func_vector_relational .......   Passed
        Start  48: test-core_func_swizzle
 48/188 Test  #48: test-core_func_swizzle .................   Passed
        Start  49: test-core_setup_force_cxx98
 49/188 Test  #49: test-core_setup_force_cxx98 ............   Passed
        Start  50: test-core_setup_force_size_t_length
 50/188 Test  #50: test-core_setup_force_size_t_length ....   Passed
        Start  51: test-core_setup_message
 51/188 Test  #51: test-core_setup_message ................   Passed
        Start  52: test-core_setup_platform_unknown
 52/188 Test  #52: test-core_setup_platform_unknown .......   Passed
        Start  53: test-core_setup_precision
 53/188 Test  #53: test-core_setup_precision ..............   Passed
        Start  54: test-ext_matrix_relational
 54/188 Test  #54: test-ext_matrix_relational .............   Passed
        Start  55: test-ext_matrix_transform
 55/188 Test  #55: test-ext_matrix_transform ..............   Passed
        Start  56: test-ext_matrix_common
 56/188 Test  #56: test-ext_matrix_common .................   Passed
        Start  57: test-ext_matrix_int2x2_sized
 57/188 Test  #57: test-ext_matrix_int2x2_sized ...........   Passed
        Start  58: test-ext_matrix_int2x3_sized
 58/188 Test  #58: test-ext_matrix_int2x3_sized ...........   Passed
        Start  59: test-ext_matrix_int2x4_sized
 59/188 Test  #59: test-ext_matrix_int2x4_sized ...........   Passed
        Start  60: test-ext_matrix_int3x2_sized
 60/188 Test  #60: test-ext_matrix_int3x2_sized ...........   Passed
        Start  61: test-ext_matrix_int3x3_sized
 61/188 Test  #61: test-ext_matrix_int3x3_sized ...........   Passed
        Start  62: test-ext_matrix_int3x4_sized
 62/188 Test  #62: test-ext_matrix_int3x4_sized ...........   Passed
        Start  63: test-ext_matrix_int4x2_sized
 63/188 Test  #63: test-ext_matrix_int4x2_sized ...........   Passed
        Start  64: test-ext_matrix_int4x3_sized
 64/188 Test  #64: test-ext_matrix_int4x3_sized ...........   Passed
        Start  65: test-ext_matrix_int4x4_sized
 65/188 Test  #65: test-ext_matrix_int4x4_sized ...........   Passed
        Start  66: test-ext_matrix_uint2x2_sized
 66/188 Test  #66: test-ext_matrix_uint2x2_sized ..........   Passed
        Start  67: test-ext_matrix_uint2x3_sized
 67/188 Test  #67: test-ext_matrix_uint2x3_sized ..........   Passed
        Start  68: test-ext_matrix_uint2x4_sized
 68/188 Test  #68: test-ext_matrix_uint2x4_sized ..........   Passed
        Start  69: test-ext_matrix_uint3x2_sized
 69/188 Test  #69: test-ext_matrix_uint3x2_sized ..........   Passed
        Start  70: test-ext_matrix_uint3x3_sized
 70/188 Test  #70: test-ext_matrix_uint3x3_sized ..........   Passed
        Start  71: test-ext_matrix_uint3x4_sized
 71/188 Test  #71: test-ext_matrix_uint3x4_sized ..........   Passed
        Start  72: test-ext_matrix_uint4x2_sized
 72/188 Test  #72: test-ext_matrix_uint4x2_sized ..........   Passed
        Start  73: test-ext_matrix_uint4x3_sized
 73/188 Test  #73: test-ext_matrix_uint4x3_sized ..........   Passed
        Start  74: test-ext_matrix_uint4x4_sized
 74/188 Test  #74: test-ext_matrix_uint4x4_sized ..........   Passed
        Start  75: test-ext_quaternion_common
 75/188 Test  #75: test-ext_quaternion_common .............   Passed
        Start  76: test-ext_quaternion_exponential
 76/188 Test  #76: test-ext_quaternion_exponential ........   Passed
        Start  77: test-ext_quaternion_geometric
 77/188 Test  #77: test-ext_quaternion_geometric ..........   Passed
        Start  78: test-ext_quaternion_relational
 78/188 Test  #78: test-ext_quaternion_relational .........   Passed
        Start  79: test-ext_quaternion_transform
 79/188 Test  #79: test-ext_quaternion_transform ..........   Passed
        Start  80: test-ext_quaternion_trigonometric
 80/188 Test  #80: test-ext_quaternion_trigonometric ......   Passed
        Start  81: test-ext_quaternion_type
 81/188 Test  #81: test-ext_quaternion_type ...............   Passed
        Start  82: test-ext_scalar_common
 82/188 Test  #82: test-ext_scalar_common .................   Passed
        Start  83: test-ext_scalar_constants
 83/188 Test  #83: test-ext_scalar_constants ..............   Passed
        Start  84: test-ext_scalar_int_sized
 84/188 Test  #84: test-ext_scalar_int_sized ..............   Passed
        Start  85: test-ext_scalar_uint_sized
 85/188 Test  #85: test-ext_scalar_uint_sized .............   Passed
        Start  86: test-ext_scalar_integer
 86/188 Test  #86: test-ext_scalar_integer ................   Passed
        Start  87: test-ext_scalar_ulp
 87/188 Test  #87: test-ext_scalar_ulp ....................   Passed
        Start  88: test-ext_scalar_relational
 88/188 Test  #88: test-ext_scalar_relational .............   Passed
        Start  89: test-ext_vec1
 89/188 Test  #89: test-ext_vec1 ..........................   Passed
        Start  90: test-ext_vector_bool1
 90/188 Test  #90: test-ext_vector_bool1 ..................   Passed
        Start  91: test-ext_vector_common
 91/188 Test  #91: test-ext_vector_common .................   Passed
        Start  92: test-ext_vector_iec559
 92/188 Test  #92: test-ext_vector_iec559 .................   Passed
        Start  93: test-ext_vector_int1_sized
 93/188 Test  #93: test-ext_vector_int1_sized .............   Passed
        Start  94: test-ext_vector_int2_sized
 94/188 Test  #94: test-ext_vector_int2_sized .............   Passed
        Start  95: test-ext_vector_int3_sized
 95/188 Test  #95: test-ext_vector_int3_sized .............   Passed
        Start  96: test-ext_vector_int4_sized
 96/188 Test  #96: test-ext_vector_int4_sized .............   Passed
        Start  97: test-ext_vector_integer
 97/188 Test  #97: test-ext_vector_integer ................   Passed
        Start  98: test-ext_vector_integer_sized
 98/188 Test  #98: test-ext_vector_integer_sized ..........   Passed
        Start  99: test-ext_vector_uint1_sized
 99/188 Test  #99: test-ext_vector_uint1_sized ............   Passed
        Start 100: test-ext_vector_uint2_sized
100/188 Test #100: test-ext_vector_uint2_sized ............   Passed
        Start 101: test-ext_vector_uint3_sized
101/188 Test #101: test-ext_vector_uint3_sized ............   Passed
        Start 102: test-ext_vector_uint4_sized
102/188 Test #102: test-ext_vector_uint4_sized ............   Passed
        Start 103: test-ext_vector_relational
103/188 Test #103: test-ext_vector_relational .............   Passed
        Start 104: test-ext_vector_ulp
104/188 Test #104: test-ext_vector_ulp ....................   Passed
        Start 105: test-gtc_bitfield
105/188 Test #105: test-gtc_bitfield ......................   Passed
        Start 106: test-gtc_color_space
106/188 Test #106: test-gtc_color_space ...................   Passed
        Start 107: test-gtc_constants
107/188 Test #107: test-gtc_constants .....................   Passed
        Start 108: test-gtc_epsilon
108/188 Test #108: test-gtc_epsilon .......................   Passed
        Start 109: test-gtc_integer
109/188 Test #109: test-gtc_integer .......................   Passed
        Start 110: test-gtc_matrix_access
110/188 Test #110: test-gtc_matrix_access .................   Passed
        Start 111: test-gtc_matrix_integer
111/188 Test #111: test-gtc_matrix_integer ................   Passed
        Start 112: test-gtc_matrix_inverse
112/188 Test #112: test-gtc_matrix_inverse ................   Passed
        Start 113: test-gtc_matrix_transform
113/188 Test #113: test-gtc_matrix_transform ..............   Passed
        Start 114: test-gtc_noise
114/188 Test #114: test-gtc_noise .........................   Passed
        Start 115: test-gtc_packing
115/188 Test #115: test-gtc_packing .......................   Passed
        Start 116: test-gtc_quaternion
116/188 Test #116: test-gtc_quaternion ....................   Passed
        Start 117: test-gtc_random
117/188 Test #117: test-gtc_random ........................   Passed
        Start 118: test-gtc_round
118/188 Test #118: test-gtc_round .........................   Passed
        Start 119: test-gtc_reciprocal
119/188 Test #119: test-gtc_reciprocal ....................   Passed
        Start 120: test-gtc_type_aligned
120/188 Test #120: test-gtc_type_aligned ..................   Passed
        Start 121: test-gtc_type_precision
121/188 Test #121: test-gtc_type_precision ................   Passed
        Start 122: test-gtc_type_ptr
122/188 Test #122: test-gtc_type_ptr ......................   Passed
        Start 123: test-gtc_ulp
123/188 Test #123: test-gtc_ulp ...........................   Passed
        Start 124: test-gtc_vec1
124/188 Test #124: test-gtc_vec1 ..........................   Passed
        Start 125: test-gtx
125/188 Test #125: test-gtx ...............................   Passed
        Start 126: test-gtx_associated_min_max
126/188 Test #126: test-gtx_associated_min_max ............   Passed
        Start 127: test-gtx_closest_point
127/188 Test #127: test-gtx_closest_point .................   Passed
        Start 128: test-gtx_color_encoding
128/188 Test #128: test-gtx_color_encoding ................   Passed
        Start 129: test-gtx_color_space_YCoCg
129/188 Test #129: test-gtx_color_space_YCoCg .............   Passed
        Start 130: test-gtx_color_space
130/188 Test #130: test-gtx_color_space ...................   Passed
        Start 131: test-gtx_common
131/188 Test #131: test-gtx_common ........................   Passed
        Start 132: test-gtx_compatibility
132/188 Test #132: test-gtx_compatibility .................   Passed
        Start 133: test-gtx_component_wise
133/188 Test #133: test-gtx_component_wise ................   Passed
        Start 134: test-gtx_easing
134/188 Test #134: test-gtx_easing ........................   Passed
        Start 135: test-gtx_euler_angle
135/188 Test #135: test-gtx_euler_angle ...................   Passed
        Start 136: test-gtx_extend
136/188 Test #136: test-gtx_extend ........................   Passed
        Start 137: test-gtx_extended_min_max
137/188 Test #137: test-gtx_extended_min_max ..............   Passed
        Start 138: test-gtx_exterior_product
138/188 Test #138: test-gtx_exterior_product ..............   Passed
        Start 139: test-gtx_fast_exponential
139/188 Test #139: test-gtx_fast_exponential ..............   Passed
        Start 140: test-gtx_fast_square_root
140/188 Test #140: test-gtx_fast_square_root ..............   Passed
        Start 141: test-gtx_fast_trigonometry
141/188 Test #141: test-gtx_fast_trigonometry .............   Passed
        Start 142: test-gtx_functions
142/188 Test #142: test-gtx_functions .....................   Passed
        Start 143: test-gtx_gradient_paint
143/188 Test #143: test-gtx_gradient_paint ................   Passed
        Start 144: test-gtx_handed_coordinate_space
144/188 Test #144: test-gtx_handed_coordinate_space .......   Passed
        Start 145: test-gtx_integer
145/188 Test #145: test-gtx_integer .......................   Passed
        Start 146: test-gtx_intersect
146/188 Test #146: test-gtx_intersect .....................   Passed
        Start 147: test-gtx_io
147/188 Test #147: test-gtx_io ............................   Passed
        Start 148: test-gtx_load
148/188 Test #148: test-gtx_load ..........................   Passed
        Start 149: test-gtx_log_base
149/188 Test #149: test-gtx_log_base ......................   Passed
        Start 150: test-gtx_matrix_cross_product
150/188 Test #150: test-gtx_matrix_cross_product ..........   Passed
        Start 151: test-gtx_matrix_decompose
151/188 Test #151: test-gtx_matrix_decompose ..............   Passed
        Start 152: test-gtx_matrix_factorisation
152/188 Test #152: test-gtx_matrix_factorisation ..........   Passed
        Start 153: test-gtx_matrix_interpolation
153/188 Test #153: test-gtx_matrix_interpolation ..........   Passed
        Start 154: test-gtx_matrix_major_storage
154/188 Test #154: test-gtx_matrix_major_storage ..........   Passed
        Start 155: test-gtx_matrix_operation
155/188 Test #155: test-gtx_matrix_operation ..............   Passed
        Start 156: test-gtx_matrix_query
156/188 Test #156: test-gtx_matrix_query ..................   Passed
        Start 157: test-gtx_matrix_transform_2d
157/188 Test #157: test-gtx_matrix_transform_2d ...........   Passed
        Start 158: test-gtx_norm
158/188 Test #158: test-gtx_norm ..........................   Passed
        Start 159: test-gtx_normal
159/188 Test #159: test-gtx_normal ........................   Passed
        Start 160: test-gtx_normalize_dot
160/188 Test #160: test-gtx_normalize_dot .................   Passed
        Start 161: test-gtx_number_precision
161/188 Test #161: test-gtx_number_precision ..............   Passed
        Start 162: test-gtx_orthonormalize
162/188 Test #162: test-gtx_orthonormalize ................   Passed
        Start 163: test-gtx_optimum_pow
163/188 Test #163: test-gtx_optimum_pow ...................   Passed
        Start 164: test-gtx_perpendicular
164/188 Test #164: test-gtx_perpendicular .................   Passed
        Start 165: test-gtx_polar_coordinates
165/188 Test #165: test-gtx_polar_coordinates .............   Passed
        Start 166: test-gtx_projection
166/188 Test #166: test-gtx_projection ....................   Passed
        Start 167: test-gtx_quaternion
167/188 Test #167: test-gtx_quaternion ....................   Passed
        Start 168: test-gtx_dual_quaternion
168/188 Test #168: test-gtx_dual_quaternion ...............   Passed
        Start 169: test-gtx_range
169/188 Test #169: test-gtx_range .........................   Passed
        Start 170: test-gtx_rotate_normalized_axis
170/188 Test #170: test-gtx_rotate_normalized_axis ........   Passed
        Start 171: test-gtx_rotate_vector
171/188 Test #171: test-gtx_rotate_vector .................   Passed
        Start 172: test-gtx_scalar_multiplication
172/188 Test #172: test-gtx_scalar_multiplication .........   Passed
        Start 173: test-gtx_scalar_relational
173/188 Test #173: test-gtx_scalar_relational .............   Passed
        Start 174: test-gtx_spline
174/188 Test #174: test-gtx_spline ........................   Passed
        Start 175: test-gtx_string_cast
175/188 Test #175: test-gtx_string_cast ...................   Passed
        Start 176: test-gtx_texture
176/188 Test #176: test-gtx_texture .......................   Passed
        Start 177: test-gtx_type_aligned
177/188 Test #177: test-gtx_type_aligned ..................   Passed
        Start 178: test-gtx_type_trait
178/188 Test #178: test-gtx_type_trait ....................   Passed
        Start 179: test-gtx_vec_swizzle
179/188 Test #179: test-gtx_vec_swizzle ...................   Passed
        Start 180: test-gtx_vector_angle
180/188 Test #180: test-gtx_vector_angle ..................   Passed
        Start 181: test-gtx_vector_query
181/188 Test #181: test-gtx_vector_query ..................   Passed
        Start 182: test-gtx_wrap
182/188 Test #182: test-gtx_wrap ..........................   Passed
        Start 183: test-perf_matrix_div
183/188 Test #183: test-perf_matrix_div ...................   Passed
        Start 184: test-perf_matrix_inverse
184/188 Test #184: test-perf_matrix_inverse ...............   Passed
        Start 185: test-perf_matrix_mul
185/188 Test #185: test-perf_matrix_mul ...................   Passed
        Start 186: test-perf_matrix_mul_vector
186/188 Test #186: test-perf_matrix_mul_vector ............   Passed
        Start 187: test-perf_matrix_transpose
187/188 Test #187: test-perf_matrix_transpose .............   Passed
        Start 188: test-perf_vector_mul_matrix
188/188 Test #188: test-perf_vector_mul_matrix ............   Passed
99% tests passed, 1 tests failed out of 188
     39 - test-core_func_integer (Subprocess aborted)
Use "--rerun-failed --output-on-failure" to re-run the failed cases verbosely.