summaryrefslogtreecommitdiff
path: root/tests/tests.rs
AgeCommit message (Expand)Author
2022-06-06tests: Make some other tests auto-update with BINDGEN_OVERWRITE_EXPECTED=1Emilio Cobos Álvarez
2022-03-15disable test_clang_env_args on windowsEmil Gardström
2022-03-15tests: Remove testing_only_libclang_4 and expectationsDarren Kulp
2022-02-18Put vtable generation behind a flag for now.Emilio Cobos Álvarez
2022-02-18tests: Remove clang-3.9 expectationsDarren Kulp
2021-12-29Remove deprecation and ReplaceMikuroXina
2021-12-29Replace generate with gen in testMikuroXina
2021-12-07Fix warnings on testsMikuroXina
2021-07-26docs: Fix rustfmt install steps.Emilio Cobos Álvarez
2021-04-24Support emitting Makefile-syntax depfiles like gcc/clang/rustc.Adam Perry
2021-03-22Add test infrastructure for ParseCallbacksJethro Beekman
2021-03-11Fix typo in roundtrip test error messageJethro Beekman
2021-02-15tests: Guess modern libclang version when we fail to parse a version.Emilio Cobos Álvarez
2021-01-10Use absolute paths for unsaved files passed to clang and prepend -include dir...Andrey Pushkar
2020-11-25tests: Added option to hand check test differences.Volker Weißmann
2020-07-20Remove testing_only_libclang_3_8 and expectationsDarren Kulp
2020-07-01tests: Check that command_line_args round-trips.Emilio Cobos Álvarez
2020-07-01tests: Minor simplification of test harness.Emilio Cobos Álvarez
2020-06-29Emit bindgen version in generated headerDarren Kulp
2020-06-29Disable generated comment in expectations testDarren Kulp
2020-06-15tests: Fix rustfmt check to allow for RUSTFMT env vars.Emilio Cobos Álvarez
2020-04-27Run `cargo fix --edition`Joshua Nelson
2020-02-17var: Constant arrays of const elements should not generate `static mut`s.Emilio Cobos Álvarez
2019-12-11tests: Minor rustc warning fixes.Emilio Cobos Álvarez
2019-10-14tests: Remove support for test directive that is no longer used.Emilio Cobos Álvarez
2019-10-14Run `cargo fmt` on the main crate.Emilio Cobos Álvarez
2019-10-14tests: Fix some warning in the test crate.Emilio Cobos Álvarez
2019-10-14Add llvm 9.0 to CI.Emilio Cobos Álvarez
2019-10-14tests: Look at expectations/tests/libclang-9 expectations.Emilio Cobos Álvarez
2019-10-14tests: Look at the more specific tests first, but don't require specific expe...Emilio Cobos Álvarez
2019-09-17Rustfmt.Emilio Cobos Álvarez
2019-05-15Update tests to account for changed #[link_name] attribute emission.Michael Woerister
2019-03-20Enable logging in test suiteJethro Beekman
2019-03-13Add BINDGEN_EXTRA_CLANG_ARGS env variablejhwgh1968
2019-02-03ir: Ignore constructors with bogus spellings.Emilio Cobos Álvarez
2019-01-16Add `BINDGEN_OVERWRITE_EXPECTED` for recording testsChristian Legnitto
2018-04-03Now that we have stuff that depends on libclang-5 we need to do this.Emilio Cobos Álvarez
2018-03-04Untry.Emilio Cobos Álvarez
2017-10-27lib: rustfmt output to stdoutManas Karekar
2017-10-11Give explicit target to builder tests.Sergey Pepyakin
2017-10-11Make the default target for expectation files as x86_64-unknown-linuxLiran Ringel
2017-09-07Just check for `rustfmt`; don't install itNick Fitzgerald
2017-09-07Also print rustfmt's stderr for expectationsNick Fitzgerald
2017-09-07Use `quote` instead of `syntex` for Rust code generationNick Fitzgerald
2017-09-07Run `rustfmt` on the test actual output and expectationsNick Fitzgerald
2017-08-21Rename `TypeKind::Named` to `TypeKind::TypeParam`Anna Liao
2017-07-20Use a platform-neutral header for test_multiple_header_calls_in_builderXidorn Quan
2017-07-20Skip no_system_header_includes test for WindowsXidorn Quan
2017-07-20Have tests targetting Linux by default on WindowsXidorn Quan
2017-07-13Add the ability to dump preprocessed input headersNick Fitzgerald