mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
8146948: Enable listing of LogTagSets and add support for LogTagSet descriptions
Reviewed-by: rehn, iklam, kbarrett
This commit is contained in:
parent
ce9242dc85
commit
b28f905e05
7 changed files with 174 additions and 13 deletions
|
@ -78,6 +78,7 @@ void InternalVMTests::run() {
|
|||
run_unit_test(Test_log_prefix);
|
||||
run_unit_test(Test_log_big);
|
||||
run_unit_test(Test_logtagset_duplicates);
|
||||
run_unit_test(Test_logtagset_descriptions);
|
||||
run_unit_test(Test_log_file_startup_rotation);
|
||||
run_unit_test(Test_log_file_startup_truncation);
|
||||
run_unit_test(Test_invalid_log_file);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue