index
:
platform/build/soong
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
test.go
Age
Commit message (
Expand
)
Author
2023-01-11
Use the same rpaths for tests and binaries and cc and rust
Colin Cross
2023-01-03
Allow adding extra tradefed options in the Android.bp file
Cole Faust
2022-12-19
Revert "Allow adding extra tradefed options in the Android.bp file"
Tahsin Loqman
2022-12-09
Allow adding extra tradefed options in the Android.bp file
Cole Faust
2022-08-17
Move common test_options properties into the android package
Zhenhuang Wang
2022-04-28
Put rust_test.data_libs under lib[64]
Jooyung Han
2021-12-07
rust: Fix Host multilib prop for rust_test modules.
Ivan Lozano
2021-11-16
Merge "rust: Add data_libs and data_bins to rust_test"
Ivan Lozano
2021-11-15
rust: Add data_libs and data_bins to rust_test
Ivan Lozano
2021-11-04
rust: Support MTE memtag_heap sanitizer
Ivan Lozano
2021-09-21
rust: Add require_root and vendor install base
Ivan Lozano
2021-07-15
rust: Remove libtest from stdlibs list
Ivan Lozano
2021-02-10
Merge "Changing default of rust_test_host to unit_tests:true"
Julien Desprez
2021-02-05
Changing default of rust_test_host to unit_tests:true
Julien Desprez
2021-02-04
bp2build: convert paths/module refs to Bazel label
Liz Kammer
2021-01-29
rust: Allow rust_tests to include data files.
Ivan Lozano
2021-01-26
Rust: abort on panic
Jeff Vander Stoep
2020-11-16
Add unit_test test option in test configs
Dan Shi
2020-09-28
rust: Refactor staticStd to stdLinkage
Ivan Lozano
2020-09-18
rust: Add libstd linkage mutator for rlibs.
Ivan Lozano
2020-08-28
rust: strip libraries and binaries
ThiƩbaud Weksteen
2020-08-25
Link device binaries dynamically by default.
Ivan Lozano
2020-08-04
Make Rust test harness optional for test binaries
Stephen Crane
2020-07-01
rust: Add rustlibs auto dependency selection
Matthew Maurer
2020-06-17
Generate multilib for rust_test
Chih-Hung Hsieh
2020-06-11
Make rust_test file output more similar to cc_test.
Ivan Lozano
2020-06-10
Fix using generated test configs for sh_test, python_test and rust_test modules
Colin Cross
2020-05-05
Add gcov coverage support to Rust modules.
Ivan Lozano
2019-12-13
Install rust tests under nativetest(64)
Chih-Hung Hsieh
2019-12-02
Generate tradefed config for rust device tests.
Chih-Hung Hsieh
2019-11-14
Add TestProperties, gen test config, fix names
Chih-Hung Hsieh
2019-10-29
Add rust_test and rust_test_host.
Chih-Hung Hsieh