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

two test related to finalization group failed #155

Closed
gengjiawen opened this issue Apr 10, 2020 · 6 comments
Closed

two test related to finalization group failed #155

gengjiawen opened this issue Apr 10, 2020 · 6 comments

Comments

@gengjiawen
Copy link
Member

not ok 702 parallel/test-finalization-group
  ---
  duration_ms: 0.414
  severity: fail
  exitcode: 1
  stack: |-
    /home/runner/work/node-v8/node-v8/test/parallel/test-finalization-group.js:12
      g.cleanupSome();
        ^
    
    TypeError: g.cleanupSome is not a function
        at Timeout._onTimeout (/home/runner/work/node-v8/node-v8/test/parallel/test-finalization-group.js:12:5)
        at listOnTimeout (internal/timers.js:549:17)
        at processTimers (internal/timers.js:492:7)
  ...
not ok 703 parallel/test-finalization-group-error
  ---
  duration_ms: 0.410
  severity: fail
  exitcode: 1
  stack: |-
    Mismatched noop function calls. Expected exactly 1, actual 2.
        at Proxy.mustCall (/home/runner/work/node-v8/node-v8/test/common/index.js:328:10)
        at Object.<anonymous> (/home/runner/work/node-v8/node-v8/test/parallel/test-finalization-group-error.js:27:40)
        at Module._compile (internal/modules/cjs/loader.js:1178:30)
        at Object.Module._extensions..js (internal/modules/cjs/loader.js:1198:10)
        at Module.load (internal/modules/cjs/loader.js:1027:32)
        at Function.Module._load (internal/modules/cjs/loader.js:923:14)
        at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12)
        at internal/main/run_main_module.js:17:47
  ...
@addaleax
Copy link
Member

/cc @devsnek

@jkrems
Copy link

jkrems commented Apr 10, 2020

Should those tests be removed/disabled? It feels weird that node's tests would be sensitive to language features that are still being worked out (stage 3 but barely so).

@devsnek
Copy link
Member

devsnek commented Apr 10, 2020

As long as node specializes weakref cleanup in some way (which we do, see Environment::RunWeakRefCleanup) we should keep the tests. They will need to be updated as the proposal and v8 are updated though.

mmarchini added a commit to mmarchini/node that referenced this issue Apr 10, 2020
`cleanupSome` was moved to a separate flag due to discussions in the
last TC39 meeting. Use this flag to ensure the test passes.

Refs: https://chromium-review.googlesource.com/c/v8/v8/+/2141011
Fixes: nodejs/node-v8#155
gengjiawen pushed a commit to nodejs/node that referenced this issue Apr 13, 2020
`cleanupSome` was moved to a separate flag due to discussions in the
last TC39 meeting. Use this flag to ensure the test passes.

Refs: https://chromium-review.googlesource.com/c/v8/v8/+/2141011
Fixes: nodejs/node-v8#155
nodejs-ci pushed a commit that referenced this issue Apr 13, 2020
`cleanupSome` was moved to a separate flag due to discussions in the
last TC39 meeting. Use this flag to ensure the test passes.

Refs: https://chromium-review.googlesource.com/c/v8/v8/+/2141011
Fixes: #155
mmarchini added a commit to nodejs/node that referenced this issue Apr 13, 2020
`cleanupSome` was moved to a separate flag due to discussions in the
last TC39 meeting. Use this flag to ensure the test passes.

Refs: https://chromium-review.googlesource.com/c/v8/v8/+/2141011
Fixes: nodejs/node-v8#155
@gengjiawen gengjiawen reopened this Apr 14, 2020
@gengjiawen
Copy link
Member Author

This one still failed:
cc @mmarchini

=== release test-finalization-group-error ===
Path: parallel/test-finalization-group-error
--- stdout ---
Mismatched noop function calls. Expected exactly 1, actual 2.
    at Proxy.mustCall (/home/runner/work/node-v8/node-v8/test/common/index.js:328:10)
    at Object.<anonymous> (/home/runner/work/node-v8/node-v8/test/parallel/test-finalization-group-error.js:27:40)
    at Module._compile (internal/modules/cjs/loader.js:1178:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1198:10)
    at Module.load (internal/modules/cjs/loader.js:1027:32)
    at Function.Module._load (internal/modules/cjs/loader.js:923:14)
    at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12)
    at internal/main/run_main_module.js:17:47
Command: out/Release/node --expose-gc --harmony-weak-refs /home/runner/work/node-v8/node-v8/test/parallel/test-finalization-group-error.js

@mmarchini
Copy link

Oh no, this will keep closing because of the daily job 😂

We should another issue for test-finalization-group-error

@gengjiawen
Copy link
Member Author

Oh no, this will keep closing because of the daily job 😂

We should another issue for test-finalization-group-error

😂😂😂

ryzokuken pushed a commit to nodejs/node that referenced this issue Apr 17, 2020
`cleanupSome` was moved to a separate flag due to discussions in the
last TC39 meeting. Use this flag to ensure the test passes.

Refs: https://chromium-review.googlesource.com/c/v8/v8/+/2141011
Fixes: nodejs/node-v8#155
nodejs-ci pushed a commit that referenced this issue Apr 17, 2020
`cleanupSome` was moved to a separate flag due to discussions in the
last TC39 meeting. Use this flag to ensure the test passes.

Refs: https://chromium-review.googlesource.com/c/v8/v8/+/2141011
Fixes: #155
nodejs-ci pushed a commit that referenced this issue Apr 18, 2020
`cleanupSome` was moved to a separate flag due to discussions in the
last TC39 meeting. Use this flag to ensure the test passes.

Refs: https://chromium-review.googlesource.com/c/v8/v8/+/2141011
Fixes: #155
nodejs-ci pushed a commit that referenced this issue Apr 19, 2020
`cleanupSome` was moved to a separate flag due to discussions in the
last TC39 meeting. Use this flag to ensure the test passes.

Refs: https://chromium-review.googlesource.com/c/v8/v8/+/2141011
Fixes: #155
nodejs-ci pushed a commit that referenced this issue Apr 20, 2020
`cleanupSome` was moved to a separate flag due to discussions in the
last TC39 meeting. Use this flag to ensure the test passes.

Refs: https://chromium-review.googlesource.com/c/v8/v8/+/2141011
Fixes: #155
ryzokuken pushed a commit to nodejs/node that referenced this issue Apr 21, 2020
`cleanupSome` was moved to a separate flag due to discussions in the
last TC39 meeting. Use this flag to ensure the test passes.

Refs: https://chromium-review.googlesource.com/c/v8/v8/+/2141011
Fixes: nodejs/node-v8#155
nodejs-ci pushed a commit that referenced this issue Apr 21, 2020
`cleanupSome` was moved to a separate flag due to discussions in the
last TC39 meeting. Use this flag to ensure the test passes.

Refs: https://chromium-review.googlesource.com/c/v8/v8/+/2141011
Fixes: #155
nodejs-ci pushed a commit that referenced this issue Apr 22, 2020
`cleanupSome` was moved to a separate flag due to discussions in the
last TC39 meeting. Use this flag to ensure the test passes.

Refs: https://chromium-review.googlesource.com/c/v8/v8/+/2141011
Fixes: #155
nodejs-ci pushed a commit that referenced this issue Apr 23, 2020
`cleanupSome` was moved to a separate flag due to discussions in the
last TC39 meeting. Use this flag to ensure the test passes.

Refs: https://chromium-review.googlesource.com/c/v8/v8/+/2141011
Fixes: #155
nodejs-ci pushed a commit that referenced this issue Apr 23, 2020
`cleanupSome` was moved to a separate flag due to discussions in the
last TC39 meeting. Use this flag to ensure the test passes.

Refs: https://chromium-review.googlesource.com/c/v8/v8/+/2141011
Fixes: #155
nodejs-ci pushed a commit that referenced this issue Apr 24, 2020
`cleanupSome` was moved to a separate flag due to discussions in the
last TC39 meeting. Use this flag to ensure the test passes.

Refs: https://chromium-review.googlesource.com/c/v8/v8/+/2141011
Fixes: #155
targos pushed a commit to nodejs/node that referenced this issue Apr 25, 2020
`cleanupSome` was moved to a separate flag due to discussions in the
last TC39 meeting. Use this flag to ensure the test passes.

Refs: https://chromium-review.googlesource.com/c/v8/v8/+/2141011
Fixes: nodejs/node-v8#155
nodejs-ci pushed a commit that referenced this issue Apr 25, 2020
`cleanupSome` was moved to a separate flag due to discussions in the
last TC39 meeting. Use this flag to ensure the test passes.

Refs: https://chromium-review.googlesource.com/c/v8/v8/+/2141011
Fixes: #155
nodejs-ci pushed a commit that referenced this issue Apr 26, 2020
`cleanupSome` was moved to a separate flag due to discussions in the
last TC39 meeting. Use this flag to ensure the test passes.

Refs: https://chromium-review.googlesource.com/c/v8/v8/+/2141011
Fixes: #155
nodejs-ci pushed a commit that referenced this issue Apr 27, 2020
`cleanupSome` was moved to a separate flag due to discussions in the
last TC39 meeting. Use this flag to ensure the test passes.

Refs: https://chromium-review.googlesource.com/c/v8/v8/+/2141011
Fixes: #155
nodejs-ci pushed a commit that referenced this issue Apr 28, 2020
`cleanupSome` was moved to a separate flag due to discussions in the
last TC39 meeting. Use this flag to ensure the test passes.

Refs: https://chromium-review.googlesource.com/c/v8/v8/+/2141011
Fixes: #155
nodejs-ci pushed a commit that referenced this issue Apr 29, 2020
`cleanupSome` was moved to a separate flag due to discussions in the
last TC39 meeting. Use this flag to ensure the test passes.

Refs: https://chromium-review.googlesource.com/c/v8/v8/+/2141011
Fixes: #155
nodejs-ci pushed a commit that referenced this issue Apr 30, 2020
`cleanupSome` was moved to a separate flag due to discussions in the
last TC39 meeting. Use this flag to ensure the test passes.

Refs: https://chromium-review.googlesource.com/c/v8/v8/+/2141011
Fixes: #155
ryzokuken pushed a commit to nodejs/node that referenced this issue May 2, 2020
`cleanupSome` was moved to a separate flag due to discussions in the
last TC39 meeting. Use this flag to ensure the test passes.

Refs: https://chromium-review.googlesource.com/c/v8/v8/+/2141011
Fixes: nodejs/node-v8#155
nodejs-ci pushed a commit that referenced this issue May 2, 2020
`cleanupSome` was moved to a separate flag due to discussions in the
last TC39 meeting. Use this flag to ensure the test passes.

Refs: https://chromium-review.googlesource.com/c/v8/v8/+/2141011
Fixes: #155
nodejs-ci pushed a commit that referenced this issue May 3, 2020
`cleanupSome` was moved to a separate flag due to discussions in the
last TC39 meeting. Use this flag to ensure the test passes.

Refs: https://chromium-review.googlesource.com/c/v8/v8/+/2141011
Fixes: #155
nodejs-ci pushed a commit that referenced this issue May 4, 2020
`cleanupSome` was moved to a separate flag due to discussions in the
last TC39 meeting. Use this flag to ensure the test passes.

Refs: https://chromium-review.googlesource.com/c/v8/v8/+/2141011
Fixes: #155
targos pushed a commit to nodejs/node that referenced this issue May 9, 2020
`cleanupSome` was moved to a separate flag due to discussions in the
last TC39 meeting. Use this flag to ensure the test passes.

Refs: https://chromium-review.googlesource.com/c/v8/v8/+/2141011
Fixes: nodejs/node-v8#155
nodejs-ci pushed a commit that referenced this issue May 10, 2020
`cleanupSome` was moved to a separate flag due to discussions in the
last TC39 meeting. Use this flag to ensure the test passes.

Refs: https://chromium-review.googlesource.com/c/v8/v8/+/2141011
Fixes: #155
nodejs-ci pushed a commit that referenced this issue May 11, 2020
`cleanupSome` was moved to a separate flag due to discussions in the
last TC39 meeting. Use this flag to ensure the test passes.

Refs: https://chromium-review.googlesource.com/c/v8/v8/+/2141011
Fixes: #155
ryzokuken pushed a commit to nodejs/node that referenced this issue May 12, 2020
`cleanupSome` was moved to a separate flag due to discussions in the
last TC39 meeting. Use this flag to ensure the test passes.

Refs: https://chromium-review.googlesource.com/c/v8/v8/+/2141011
Fixes: nodejs/node-v8#155
nodejs-ci pushed a commit that referenced this issue May 12, 2020
`cleanupSome` was moved to a separate flag due to discussions in the
last TC39 meeting. Use this flag to ensure the test passes.

Refs: https://chromium-review.googlesource.com/c/v8/v8/+/2141011
Fixes: #155
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

5 participants