linux-kselftest-4.9-rc1-update

This update consists of:

- Fixes and improvements to existing tests
- Moving code from Documentation to selftests, samples, and tools.

  Moves dnotify_test, prctl, ptp, vDSO, ia64, watchdog, and networking
  tests from Documentation to selftests.

  Moves mic/mpssd, misc-devices/mei, timers, watchdog, auxdisplay, and
  blackfin examples from Documentation to samples.

  Moves accounting, laptops/dslm, and pcmcia/crc32hash tools from
  Documentation to tools.

  Deletes BUILD_DOCSRC and its dependencies.
selftests/futex: Check ANSI terminal color support

Because test for color support of the running shell does not aware ANSI
type terminals, it does not print colorful messages on some environemnt.
This commit modifies the test to aware ANSI type terminal, too.

Signed-off-by: SeongJae Park <sj38.park@gmail.com>
Acked-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
2 files changed