mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-11-01 08:38:52 +01:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
4
tools/testing/selftests/ftrace/samples/fail.tc
Normal file
4
tools/testing/selftests/ftrace/samples/fail.tc
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
# description: failure-case example
|
||||
cat non-exist-file
|
||||
echo "this is not executed"
|
||||
3
tools/testing/selftests/ftrace/samples/pass.tc
Normal file
3
tools/testing/selftests/ftrace/samples/pass.tc
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
# description: pass-case example
|
||||
return 0
|
||||
4
tools/testing/selftests/ftrace/samples/unresolved.tc
Normal file
4
tools/testing/selftests/ftrace/samples/unresolved.tc
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
# description: unresolved-case example
|
||||
trap exit_unresolved INT
|
||||
kill -INT $PID
|
||||
3
tools/testing/selftests/ftrace/samples/unsupported.tc
Normal file
3
tools/testing/selftests/ftrace/samples/unsupported.tc
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
# description: unsupported-case example
|
||||
exit_unsupported
|
||||
3
tools/testing/selftests/ftrace/samples/untested.tc
Normal file
3
tools/testing/selftests/ftrace/samples/untested.tc
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
# description: untested-case example
|
||||
exit_untested
|
||||
3
tools/testing/selftests/ftrace/samples/xfail.tc
Normal file
3
tools/testing/selftests/ftrace/samples/xfail.tc
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
# description: xfail-case example
|
||||
cat non-exist-file || exit_xfail
|
||||
Loading…
Add table
Add a link
Reference in a new issue