@@ -524,6 +524,8 @@ def test_breakpoints(self):
524
524
self .verify_keys (
525
525
breakpoint , 'target_stats["breakpoints"]' , bp_keys_exist , None
526
526
)
527
+
528
+ @add_test_categories (["dwo" ])
527
529
def test_non_split_dwarf_has_no_dwo_files (self ):
528
530
"""
529
531
Test "statistics dump" and the dwo file count.
@@ -543,6 +545,7 @@ def test_non_split_dwarf_has_no_dwo_files(self):
543
545
self .assertEqual (debug_stats ["totalDwoFileCount" ], 0 )
544
546
self .assertEqual (debug_stats ["totalLoadedDwoFileCount" ], 0 )
545
547
548
+ @add_test_categories (["dwo" ])
546
549
def test_no_debug_names_eager_loads_dwo_files (self ):
547
550
"""
548
551
Test the eager loading behavior of DWO files when debug_names is absent by
@@ -566,6 +569,7 @@ def test_no_debug_names_eager_loads_dwo_files(self):
566
569
self .assertEqual (debug_stats ["totalDwoFileCount" ], 2 )
567
570
self .assertEqual (debug_stats ["totalLoadedDwoFileCount" ], 2 )
568
571
572
+ @add_test_categories (["dwo" ])
569
573
def test_split_dwarf_dwo_file_count (self ):
570
574
"""
571
575
Test "statistics dump" and the dwo file count.
@@ -615,6 +619,7 @@ def test_split_dwarf_dwo_file_count(self):
615
619
self .assertEqual (debug_stats ["modules" ][0 ]["loadedDwoFileCount" ], 2 )
616
620
self .assertEqual (debug_stats ["modules" ][0 ]["dwoFileCount" ], 2 )
617
621
622
+ @add_test_categories (["dwo" ])
618
623
def test_dwp_dwo_file_count (self ):
619
624
"""
620
625
Test "statistics dump" and the loaded dwo file count.
0 commit comments