(self)
| 5775 | |
| 5776 | class browser_2gb(browser): |
| 5777 | def setUp(self): |
| 5778 | super().setUp() |
| 5779 | self.set_setting('INITIAL_MEMORY', '2200mb') |
| 5780 | self.set_setting('GLOBAL_BASE', '2gb') |
| 5781 | # Without this we get a warning about GLOBAL_BASE being ignored when used with SIDE_MODULE |
| 5782 | self.cflags.append('-Wno-unused-command-line-argument') |
nothing calls this directly
no test coverage detected