Test setup with legacy GN out dir.
(self)
| 139 | result.has_returncode(1) |
| 140 | |
| 141 | def testGN(self): |
| 142 | """Test setup with legacy GN out dir.""" |
| 143 | result = self.run_tests('--gn', baseroot="testroot5", outdir='out.gn') |
| 144 | result.stdout_includes('>>> Latest GN build found: build') |
| 145 | result.stdout_includes('Build found: ') |
| 146 | result.stdout_includes('_v8_test/out.gn/build') |
| 147 | result.has_returncode(2) |
| 148 | |
| 149 | def testMalformedJsonConfig(self): |
| 150 | """Test running only failing tests in two variants.""" |
nothing calls this directly
no test coverage detected