node/test/cctest
raisinten 8d49ce9d75
test: fix warning in test_environment.cc
```
warning log:
../test/cctest/test_environment.cc: In constructor   \
‘RedirectStdErr::RedirectStdErr(const char*)’:
../test/cctest/test_environment.cc:77:12: warning:   \
ignoring return value of ‘FILE* freopen(const char*, \
const char*, FILE*)’, declared with attribute
warn_unused_result [-Wunused-result]
     freopen(filename_, "w", stderr);
     ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
```

PR-URL: https://github.com/nodejs/node/pull/36846
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2021-01-24 21:43:33 -05:00
..
gtest test,doc: add missing uv_setup_args() calls 2020-08-14 15:29:29 -07:00
node_test_fixture.cc src: add abstract IsolatePlatformDelegate 2019-11-20 19:02:55 +01:00
node_test_fixture.h src: initialize inspector before RunBootstrapping() 2020-04-08 00:04:55 +02:00
test_aliased_buffer.cc Revert "src: ignore GCC -Wcast-function-type for v8.h" 2020-11-03 17:54:11 +01:00
test_base_object_ptr.cc bootstrap: build fast APIs in pre-execution 2020-07-18 11:23:18 +08:00
test_base64.cc crypto: refactoring internals, add WebCrypto 2020-10-07 17:27:05 -07:00
test_environment.cc test: fix warning in test_environment.cc 2021-01-24 21:43:33 -05:00
test_inspector_socket_server.cc inspector: added --inspect-publish-uid 2019-06-03 18:15:04 +03:00
test_inspector_socket.cc src: remove util-inl.h from header files 2019-05-13 13:43:26 -07:00
test_json_utils.cc src: move JSONWriter into its own file 2020-04-02 17:25:57 +02:00
test_linked_binding.cc src: allow N-API addon in AddLinkedBinding() 2020-09-26 08:22:47 +00:00
test_node_crypto.cc src: mark/pop OpenSSL errors in NewRootCertStore 2020-10-21 15:51:34 +01:00
test_node_postmortem_metadata.cc src: introduce custom smart pointers for BaseObjects 2019-11-19 13:47:29 +01:00
test_per_process.cc tools: fix js2c regression 2019-06-02 12:03:40 +02:00
test_platform.cc src: add public APIs to manage v8::TracingController 2020-06-16 01:04:31 +02:00
test_quic_buffer.cc quic: initial QUIC implementation 2020-06-16 09:23:34 -07:00
test_quic_cid.cc quic: initial QUIC implementation 2020-06-16 09:23:34 -07:00
test_sockaddr.cc net: introduce net.BlockList 2020-08-11 11:13:17 -07:00
test_traced_value.cc src: apply clang-tidy rule modernize-deprecated-headers 2019-02-27 05:35:53 +01:00
test_url.cc src: fix leading backslash bug in URL 2021-01-12 07:10:26 -05:00
test_util.cc test: update old comment style test_util.cc 2020-11-09 13:34:59 -05:00