[GRADLEREV-13] Track relevant regions in binary test result files for each test case Created: 24/Jun/13 Updated: 04/Jul/13 Resolved: 04/Jul/13 |
|
| Status: | Resolved |
| Project: | Gradle Code Review Tasks |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Adam Murdoch | Assignee: | Luke Daley |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
By tracking where abouts in the file the relevant test cases have info, we can avoid scanning the entire file when extracting information for a particular test case./ Need to be sure that this extra accounting during test execution doesn't negate the benefit of faster result reporting. |