From bef6737b7372d64d50666f0f9e14a1784b7811eb Mon Sep 17 00:00:00 2001 From: Ben Alpert Date: Mon, 28 Nov 2016 11:36:50 -0800 Subject: [PATCH] Record tests --- scripts/fiber/tests-passing-except-dev.txt | 2 ++ scripts/fiber/tests-passing.txt | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/fiber/tests-passing-except-dev.txt b/scripts/fiber/tests-passing-except-dev.txt index f917d24e3551..62a9675e00c1 100644 --- a/scripts/fiber/tests-passing-except-dev.txt +++ b/scripts/fiber/tests-passing-except-dev.txt @@ -46,6 +46,8 @@ src/renderers/dom/shared/__tests__/ReactDOMInvalidARIAHook-test.js * should warn for an improperly cased aria-* prop src/renderers/dom/shared/__tests__/ReactMount-test.js +* should warn if mounting into dirty rendered markup +* should warn when mounting into document.body * should account for escaping on a checksum mismatch * should warn if render removes React-rendered children * should warn if the unmounted node was rendered by another copy of React diff --git a/scripts/fiber/tests-passing.txt b/scripts/fiber/tests-passing.txt index 072432448638..bf0af18dfd37 100644 --- a/scripts/fiber/tests-passing.txt +++ b/scripts/fiber/tests-passing.txt @@ -665,9 +665,7 @@ src/renderers/dom/shared/__tests__/ReactMount-test.js * should render different components in same root * should unmount and remount if the key changes * should reuse markup if rendering to the same target twice -* should warn if mounting into dirty rendered markup * should not warn if mounting into non-empty node -* should warn when mounting into document.body * passes the correct callback context src/renderers/dom/shared/__tests__/ReactMountDestruction-test.js