Android has limits on file name lengths. This commit reduces the names of
the test executables to satisfy these limits.
Details
Details
Diff Detail
Diff Detail
Event Timeline
| test/functionalities/watchpoint/multiple_threads/TestWatchpointMultipleThreads.py | ||
|---|---|---|
| 52–53 | Why not just use a.out for every executable. If we enforce this rule, we can avoid similar problems in the future too. | |
| test/functionalities/watchpoint/multiple_threads/TestWatchpointMultipleThreads.py | ||
|---|---|---|
| 52–53 | I agree with changing all executable names to a.out as the name conflicts are already solved with creating a new directory for each test case | |
Why not just use a.out for every executable. If we enforce this rule, we can avoid similar problems in the future too.