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

fix: parser hook calls for compiler plugins #18128

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

fix: parser hook calls for compiler plugins

7cf15cc
Select commit
Failed to load commit list.
Open

fix: parser hook calls for compiler plugins #18128

fix: parser hook calls for compiler plugins
7cf15cc
Select commit
Failed to load commit list.
Azure Pipelines / webpack.webpack failed Feb 27, 2024 in 5m 28s

Build #20240227.12 had test failures

Details

Tests

  • Failed: 6 (0.13%)
  • Passed: 4,752 (99.66%)
  • Other: 10 (0.21%)
  • Total: 4,768

Annotations

Check failure on line 1169 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / webpack.webpack

Build log #L1169

Bash exited with code '1'.

Check failure on line 1 in ConfigTestCases inner-graph blockScopes exported tests b should have the correct exports used for ./test

See this annotation in the file changed.

@azure-pipelines azure-pipelines / webpack.webpack

ConfigTestCases inner-graph blockScopes exported tests b should have the correct exports used for ./test

Test failed
Raw output
Error: expect(received).toEqual(expected) // deep equality

- Expected  - 0
+ Received  + 1

  Array [
+   "B",
    "__usedExports",
  ]
    at /home/vsts/work/1/s/test/js/ConfigTestCases/inner-graph/blockScopes/bundle4.js:192:58
    at Object.rfn (/home/vsts/work/1/s/test/helpers/createLazyTestEnv.js:22:15)
    at Promise.then.completed (/home/vsts/work/1/s/node_modules/jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (/home/vsts/work/1/s/node_modules/jest-circus/build/utils.js:231:10)
    at _callCircusTest (/home/vsts/work/1/s/node_modules/jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at _runTest (/home/vsts/work/1/s/node_modules/jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (/home/vsts/work/1/s/node_modules/jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (/home/vsts/work/1/s/node_modules/jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (/home/vsts/work/1/s/node_modules/jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (/home/vsts/work/1/s/node_modules/jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (/home/vsts/work/1/s/node_modules/jest-circus/build/run.js:121:9)
    at run (/home/vsts/work/1/s/node_modules/jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (/home/vsts/work/1/s/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (/home/vsts/work/1/s/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (/home/vsts/work/1/s/node_modules/jest-runner/build/runTest.js:367:16)
    at runTest (/home/vsts/work/1/s/node_modules/jest-runner/build/runTest.js:444:34)

Check failure on line 1 in ConfigTestCases inner-graph blockScopes exported tests b should have the correct exports used for ./test

See this annotation in the file changed.

@azure-pipelines azure-pipelines / webpack.webpack

ConfigTestCases inner-graph blockScopes exported tests b should have the correct exports used for ./test

Test failed
Raw output
Error: expect(received).toEqual(expected) // deep equality

- Expected  - 0
+ Received  + 1

  Array [
+   "B",
    "__usedExports",
  ]
    at /home/vsts/work/1/s/test/js/ConfigTestCases/inner-graph/blockScopes/bundle5.js:184:58
    at Object.rfn (/home/vsts/work/1/s/test/helpers/createLazyTestEnv.js:22:15)
    at Promise.then.completed (/home/vsts/work/1/s/node_modules/jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (/home/vsts/work/1/s/node_modules/jest-circus/build/utils.js:231:10)
    at _callCircusTest (/home/vsts/work/1/s/node_modules/jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at _runTest (/home/vsts/work/1/s/node_modules/jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (/home/vsts/work/1/s/node_modules/jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (/home/vsts/work/1/s/node_modules/jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (/home/vsts/work/1/s/node_modules/jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (/home/vsts/work/1/s/node_modules/jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (/home/vsts/work/1/s/node_modules/jest-circus/build/run.js:121:9)
    at run (/home/vsts/work/1/s/node_modules/jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (/home/vsts/work/1/s/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (/home/vsts/work/1/s/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (/home/vsts/work/1/s/node_modules/jest-runner/build/runTest.js:367:16)
    at runTest (/home/vsts/work/1/s/node_modules/jest-runner/build/runTest.js:444:34)

Check failure on line 1 in ConfigTestCases inner-graph blockScopes exported tests d should have the correct exports used for ./test

See this annotation in the file changed.

@azure-pipelines azure-pipelines / webpack.webpack

ConfigTestCases inner-graph blockScopes exported tests d should have the correct exports used for ./test

Test failed
Raw output
Error: expect(received).toEqual(expected) // deep equality

- Expected  - 0
+ Received  + 1

  Array [
+   "D1",
    "D2",
    "__usedExports",
  ]
    at /home/vsts/work/1/s/test/js/ConfigTestCases/inner-graph/blockScopes/bundle8.js:193:58
    at Object.rfn (/home/vsts/work/1/s/test/helpers/createLazyTestEnv.js:22:15)
    at Promise.then.completed (/home/vsts/work/1/s/node_modules/jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (/home/vsts/work/1/s/node_modules/jest-circus/build/utils.js:231:10)
    at _callCircusTest (/home/vsts/work/1/s/node_modules/jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at _runTest (/home/vsts/work/1/s/node_modules/jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (/home/vsts/work/1/s/node_modules/jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (/home/vsts/work/1/s/node_modules/jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (/home/vsts/work/1/s/node_modules/jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (/home/vsts/work/1/s/node_modules/jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (/home/vsts/work/1/s/node_modules/jest-circus/build/run.js:121:9)
    at run (/home/vsts/work/1/s/node_modules/jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (/home/vsts/work/1/s/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (/home/vsts/work/1/s/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (/home/vsts/work/1/s/node_modules/jest-runner/build/runTest.js:367:16)
    at runTest (/home/vsts/work/1/s/node_modules/jest-runner/build/runTest.js:444:34)

Check failure on line 1 in ConfigTestCases inner-graph blockScopes exported tests d should have the correct exports used for ./test

See this annotation in the file changed.

@azure-pipelines azure-pipelines / webpack.webpack

ConfigTestCases inner-graph blockScopes exported tests d should have the correct exports used for ./test

Test failed
Raw output
Error: expect(received).toEqual(expected) // deep equality

- Expected  - 0
+ Received  + 1

  Array [
+   "D1",
    "D2",
    "__usedExports",
  ]
    at /home/vsts/work/1/s/test/js/ConfigTestCases/inner-graph/blockScopes/bundle9.js:185:58
    at Object.rfn (/home/vsts/work/1/s/test/helpers/createLazyTestEnv.js:22:15)
    at Promise.then.completed (/home/vsts/work/1/s/node_modules/jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (/home/vsts/work/1/s/node_modules/jest-circus/build/utils.js:231:10)
    at _callCircusTest (/home/vsts/work/1/s/node_modules/jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at _runTest (/home/vsts/work/1/s/node_modules/jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (/home/vsts/work/1/s/node_modules/jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (/home/vsts/work/1/s/node_modules/jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (/home/vsts/work/1/s/node_modules/jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (/home/vsts/work/1/s/node_modules/jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (/home/vsts/work/1/s/node_modules/jest-circus/build/run.js:121:9)
    at run (/home/vsts/work/1/s/node_modules/jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (/home/vsts/work/1/s/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (/home/vsts/work/1/s/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (/home/vsts/work/1/s/node_modules/jest-runner/build/runTest.js:367:16)
    at runTest (/home/vsts/work/1/s/node_modules/jest-runner/build/runTest.js:444:34)