Re: [Mesa-dev] [PATCH 35/48] util/tests: Use define instead of VLA

2018-06-12 Thread Dylan Baker
Quoting Eric Engestrom (2018-06-12 04:01:57) > On Monday, 2018-06-11 15:56:02 -0700, Dylan Baker wrote: > > To allow the this test to be built with MSVC, which doesn't support > > VLAs. > > --- > > src/util/tests/hash_table/clear.c | 13 +++-- > > src/util/tests/hash_table/dele

Re: [Mesa-dev] [PATCH 35/48] util/tests: Use define instead of VLA

2018-06-12 Thread Eric Engestrom
On Monday, 2018-06-11 15:56:02 -0700, Dylan Baker wrote: > To allow the this test to be built with MSVC, which doesn't support > VLAs. > --- > src/util/tests/hash_table/clear.c | 13 +++-- > src/util/tests/hash_table/delete_management.c | 13 +++-- > src/util/tests/hash

[Mesa-dev] [PATCH 35/48] util/tests: Use define instead of VLA

2018-06-11 Thread Dylan Baker
To allow the this test to be built with MSVC, which doesn't support VLAs. --- src/util/tests/hash_table/clear.c | 13 +++-- src/util/tests/hash_table/delete_management.c | 13 +++-- src/util/tests/hash_table/insert_many.c | 11 ++- src/util/tests/hash_tabl