test/threads/hb-subset-threads.cc


Log

Author Commit Date CI Message
Sergei Trofimovich 7dfa672d 2023-01-16T19:49:53 test/threads/hb-subset-threads.cc: add missing <cstdio> include This week's `gcc-13` snapshot cleaned further up it's standard headers and exposed missing declaration as a build failure: ../test/threads/hb-subset-threads.cc: In function 'void test_operation(operation_t, const char*, const test_input_t&)': ../test/threads/hb-subset-threads.cc:127:3: error: 'printf' was not declared in this scope ../test/threads/hb-subset-threads.cc: In function 'int main(int, char**)': ../test/threads/hb-subset-threads.cc:157:19: error: 'atoi' was not declared in this scope
Garret Rieger 98aaecd3 2022-06-01T21:01:16 [subset] fix data race touching Crap() in cff subsetting.
Garret Rieger d8d96b26 2022-06-01T19:55:02 [threads-test] Add a threads test against hb-subset.