mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-22 17:55:57 +01:00
userland: add some random filesystem and random stuff
Some moved from C++, some moved from SO, some I just made up.
This commit is contained in:
@@ -508,6 +508,9 @@ path_properties_tuples = (
|
||||
'gem5_unimplemented_instruction': True,
|
||||
},
|
||||
'count.cpp': {'more_than_1s': True},
|
||||
# Need to pass -lstdc++fs but we don't have a mechanism
|
||||
# to test the GCC version and only pass if >= 7.
|
||||
'temporary_directory.cpp': {'no_build': True},
|
||||
'sleep_for.cpp': {
|
||||
'more_than_1s': True,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user