Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(node): Enable more native node tests #911

Closed
8 of 19 tasks
uki00a opened this issue May 10, 2021 · 10 comments
Closed
8 of 19 tasks

test(node): Enable more native node tests #911

uki00a opened this issue May 10, 2021 · 10 comments

Comments

@uki00a
Copy link
Contributor

uki00a commented May 10, 2021

In #695, the native node test runner has been introduced. Currently, only a very limited amount of tests is enabled. For better compatibility, I think more tests should be enabled.

The following list shows the modules for which native node tests should be enabled:

  • assert (partly)
  • buffer
  • child_process (partly)
  • console
  • constants
  • crypto
  • events (partly)
  • fs (wip)
  • module
  • os
  • path
  • process
  • querystring (partly)
  • stream
  • string_decoder
  • timers
  • tty
  • url (partly)
  • util (partly)
@uki00a
Copy link
Contributor Author

uki00a commented May 24, 2021

I'm working on events 🙋‍♂️

@wafuwafu13
Copy link
Contributor

I'm working on url 🙋‍♂️

@wafuwafu13
Copy link
Contributor

wafuwafu13 commented Oct 10, 2021

url partly done

@wafuwafu13
Copy link
Contributor

util partly done and working on path.

@wafuwafu13
Copy link
Contributor

path done and working on fs

@PolarETech
Copy link
Contributor

Hi,
I am working on fs.ReadStream (#2653) and child_process.exec.

@PolarETech
Copy link
Contributor

fs.ReadStream and child_process.exec are partly done.
I'm starting on fs.WriteStream.

@kt3k
Copy link
Member

kt3k commented Mar 21, 2023

This will be tracked in tools/node_compat/TODO.md of denoland/deno repo. https://github.com/denoland/deno/pull/18290/files#diff-66a13180ca921c746469f8f0bf6ec0cafab925839d65fdca6379866c4bb7be40

@kt3k kt3k closed this as completed Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants