18 RunBloaty({
"bloaty",
"01-no-sections.bin"});
22 RunBloaty({
"bloaty",
"02-section-count-overflow.o"});
27 {
"bloaty",
"-d",
"compileunits",
"03-small-binary-that-crashed-inlines.bin"});
29 {
"bloaty",
"-d",
"inlines",
"03-small-binary-that-crashed-inlines.bin"});
35 {
"bloaty",
"-d",
"compileunits",
"04-go-binary-with-ref-addr.bin"});
37 {
"bloaty",
"-d",
"inlines",
"04-go-binary-with-ref-addr.bin"});
41 RunBloaty({
"bloaty",
"02-section-count-overflow.o"});
42 size_t file_size = top_row_->filesize;
46 std::vector<std::string>
args{
"bloaty"};
47 const int count = 100;
49 args.push_back(
"02-section-count-overflow.o");
52 EXPECT_EQ(top_row_->filesize, file_size * 100);