Revert "test: add DISABLED_ prefix to commented out test"
This reverts commit 75bf8a9db9e6005c6b5a5beb086a9def6e1c1b76. Ref: https://github.com/nodejs/node/issues/14206 Ref: https://github.com/nodejs/node/pull/14317 PR-URL: https://github.com/nodejs/node/pull/14749 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
This commit is contained in:
parent
93f25f4b44
commit
ef7da4200d
@ -85,7 +85,8 @@ TEST_F(EnvironmentTest, AtExitWithArgument) {
|
|||||||
EXPECT_EQ(arg, cb_1_arg);
|
EXPECT_EQ(arg, cb_1_arg);
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST_F(EnvironmentTest, DISABLED_MultipleEnvironmentsPerIsolate) {
|
/*
|
||||||
|
TEST_F(EnvironmentTest, MultipleEnvironmentsPerIsolate) {
|
||||||
const v8::HandleScope handle_scope(isolate_);
|
const v8::HandleScope handle_scope(isolate_);
|
||||||
const Argv argv;
|
const Argv argv;
|
||||||
Env env1 {handle_scope, isolate_, argv};
|
Env env1 {handle_scope, isolate_, argv};
|
||||||
@ -100,6 +101,7 @@ TEST_F(EnvironmentTest, DISABLED_MultipleEnvironmentsPerIsolate) {
|
|||||||
RunAtExit(*env2);
|
RunAtExit(*env2);
|
||||||
EXPECT_TRUE(called_cb_2);
|
EXPECT_TRUE(called_cb_2);
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
static void at_exit_callback1(void* arg) {
|
static void at_exit_callback1(void* arg) {
|
||||||
called_cb_1 = true;
|
called_cb_1 = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user