From eafc13d29747b0f32edd7d9cefb733cfa73aaf1c Mon Sep 17 00:00:00 2001 From: Jon Moss Date: Fri, 27 Jul 2018 23:31:16 -0400 Subject: [PATCH] test: remove outdated documentation As noted by @richardlau, `Makefile` and `vcbuild.bat` no longer need to be updated since they run the `default` suite. --- test/README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/README.md b/test/README.md index 8d4f74cdc37287..ad08f074aa4273 100644 --- a/test/README.md +++ b/test/README.md @@ -36,7 +36,3 @@ GitHub with the `autocrlf` git config flag set to true. |testpy | |Test configuration utility used by various test suites.| |tick-processor |No |Tests for the V8 tick processor integration. The tests are for the logic in ```lib/internal/v8_prof_processor.js``` and ```lib/internal/v8_prof_polyfill.js```. The tests confirm that the profile processor packages the correct set of scripts from V8 and introduces the correct platform specific logic.| |v8-updates |No |Tests for V8 performance integration.| - -_When a new test directory is added, make sure to update the `CI_JS_SUITES` -variable in the `Makefile` and the `js_test_suites` variable in -`vcbuild.bat`._