Re: [Intel-gfx] [PATCH i-g-t 1/2] tests/debugfs_test: Fix testcases to pass

2017-07-21 Thread Abdiel Janulgue
On 20.07.2017 17:27, Maarten Lankhorst wrote: > emon_crash should skip if the debugfs file could not be opened the first > time, and debugfs_test.read_all_entries should skip files that could not > be opened, instead of returning an error. > > This is because in a typical IGT run there may be

[Intel-gfx] [PATCH i-g-t 1/2] tests/debugfs_test: Fix testcases to pass

2017-07-20 Thread Maarten Lankhorst
emon_crash should skip if the debugfs file could not be opened the first time, and debugfs_test.read_all_entries should skip files that could not be opened, instead of returning an error. This is because in a typical IGT run there may be more debugfs files registered than can be opened. This is