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

Monorepo #1679

Merged
merged 601 commits into from
Nov 28, 2024

fix: mac osx detection in glyphmap script

2967ce9
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Monorepo #1679

fix: mac osx detection in glyphmap script
2967ce9
Select commit
Loading
Failed to load commit list.
GitHub Actions / JEST Tests ios - new 0.74 failed Nov 28, 2024 in 1s

0 passed, 5 failed and 0 skipped

Tests failed

❌ packages/icon-explorer/.owl/report/report.xml

5 tests were completed in 158s with 0 passed, 5 failed and 0 skipped.

Test suite Passed Failed Skipped Time
App.tsx 5❌ 157s

❌ App.tsx

App.tsx show home top
  ❌ App.tsx show home top
	Error: thrown: "Exceeded timeout of 30000 ms for a test.
App.tsx show home bottom
  ❌ App.tsx show home bottom
	Error: thrown: "Exceeded timeout of 30000 ms for a test.
App.tsx should load AntD font
  ❌ App.tsx should load AntD font
	Error: thrown: "Exceeded timeout of 30000 ms for a test.
App.tsx should load FontAwesome6 font
  ❌ App.tsx should load FontAwesome6 font
	Error: thrown: "Exceeded timeout of 30000 ms for a test.
App.tsx should load Fontello font
  ❌ App.tsx should load Fontello font
	Error: thrown: "Exceeded timeout of 30000 ms for a test.

Annotations

Check failure on line 3 in packages/icon-explorer/__tests__/App.owl.tsx

See this annotation in the file changed.

@github-actions github-actions / JEST Tests ios - new 0.74

App.tsx ► App.tsx show home top ► App.tsx show home top

Failed test found in:
  packages/icon-explorer/.owl/report/report.xml
Error:
  Error: thrown: "Exceeded timeout of 30000 ms for a test.
Raw output
Error: thrown: "Exceeded timeout of 30000 ms for a test.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
    at /Users/runner/work/react-native-vector-icons/react-native-vector-icons/packages/icon-explorer/__tests__/App.owl.tsx:4:3
    at _dispatchDescribe (/Users/runner/work/react-native-vector-icons/react-native-vector-icons/node_modules/jest/node_modules/jest-circus/build/index.js:91:26)
    at describe (/Users/runner/work/react-native-vector-icons/react-native-vector-icons/node_modules/jest/node_modules/jest-circus/build/index.js:55:5)
    at Object.<anonymous> (/Users/runner/work/react-native-vector-icons/react-native-vector-icons/packages/icon-explorer/__tests__/App.owl.tsx:3:1)
    at Runtime._execModule (/Users/runner/work/react-native-vector-icons/react-native-vector-icons/node_modules/jest/node_modules/jest-runtime/build/index.js:1439:24)
    at Runtime._loadModule (/Users/runner/work/react-native-vector-icons/react-native-vector-icons/node_modules/jest/node_modules/jest-runtime/build/index.js:1022:12)
    at Runtime.requireModule (/Users/runner/work/react-native-vector-icons/react-native-vector-icons/node_modules/jest/node_modules/jest-runtime/build/index.js:882:12)
    at jestAdapter (/Users/runner/work/react-native-vector-icons/react-native-vector-icons/node_modules/jest/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:77:13)
    at runTestInternal (/Users/runner/work/react-native-vector-icons/react-native-vector-icons/node_modules/jest/node_modules/jest-runner/build/runTest.js:367:16)
    at runTest (/Users/runner/work/react-native-vector-icons/react-native-vector-icons/node_modules/jest/node_modules/jest-runner/build/runTest.js:444:34)

Check failure on line 3 in packages/icon-explorer/__tests__/App.owl.tsx

See this annotation in the file changed.

@github-actions github-actions / JEST Tests ios - new 0.74

App.tsx ► App.tsx show home bottom ► App.tsx show home bottom

Failed test found in:
  packages/icon-explorer/.owl/report/report.xml
Error:
  Error: thrown: "Exceeded timeout of 30000 ms for a test.
Raw output
Error: thrown: "Exceeded timeout of 30000 ms for a test.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
    at /Users/runner/work/react-native-vector-icons/react-native-vector-icons/packages/icon-explorer/__tests__/App.owl.tsx:11:3
    at _dispatchDescribe (/Users/runner/work/react-native-vector-icons/react-native-vector-icons/node_modules/jest/node_modules/jest-circus/build/index.js:91:26)
    at describe (/Users/runner/work/react-native-vector-icons/react-native-vector-icons/node_modules/jest/node_modules/jest-circus/build/index.js:55:5)
    at Object.<anonymous> (/Users/runner/work/react-native-vector-icons/react-native-vector-icons/packages/icon-explorer/__tests__/App.owl.tsx:3:1)
    at Runtime._execModule (/Users/runner/work/react-native-vector-icons/react-native-vector-icons/node_modules/jest/node_modules/jest-runtime/build/index.js:1439:24)
    at Runtime._loadModule (/Users/runner/work/react-native-vector-icons/react-native-vector-icons/node_modules/jest/node_modules/jest-runtime/build/index.js:1022:12)
    at Runtime.requireModule (/Users/runner/work/react-native-vector-icons/react-native-vector-icons/node_modules/jest/node_modules/jest-runtime/build/index.js:882:12)
    at jestAdapter (/Users/runner/work/react-native-vector-icons/react-native-vector-icons/node_modules/jest/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:77:13)
    at runTestInternal (/Users/runner/work/react-native-vector-icons/react-native-vector-icons/node_modules/jest/node_modules/jest-runner/build/runTest.js:367:16)
    at runTest (/Users/runner/work/react-native-vector-icons/react-native-vector-icons/node_modules/jest/node_modules/jest-runner/build/runTest.js:444:34)

Check failure on line 3 in packages/icon-explorer/__tests__/App.owl.tsx

See this annotation in the file changed.

@github-actions github-actions / JEST Tests ios - new 0.74

App.tsx ► App.tsx should load AntD font ► App.tsx should load AntD font

Failed test found in:
  packages/icon-explorer/.owl/report/report.xml
Error:
  Error: thrown: "Exceeded timeout of 30000 ms for a test.
Raw output
Error: thrown: "Exceeded timeout of 30000 ms for a test.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
    at /Users/runner/work/react-native-vector-icons/react-native-vector-icons/packages/icon-explorer/__tests__/App.owl.tsx:21:3
    at _dispatchDescribe (/Users/runner/work/react-native-vector-icons/react-native-vector-icons/node_modules/jest/node_modules/jest-circus/build/index.js:91:26)
    at describe (/Users/runner/work/react-native-vector-icons/react-native-vector-icons/node_modules/jest/node_modules/jest-circus/build/index.js:55:5)
    at Object.<anonymous> (/Users/runner/work/react-native-vector-icons/react-native-vector-icons/packages/icon-explorer/__tests__/App.owl.tsx:3:1)
    at Runtime._execModule (/Users/runner/work/react-native-vector-icons/react-native-vector-icons/node_modules/jest/node_modules/jest-runtime/build/index.js:1439:24)
    at Runtime._loadModule (/Users/runner/work/react-native-vector-icons/react-native-vector-icons/node_modules/jest/node_modules/jest-runtime/build/index.js:1022:12)
    at Runtime.requireModule (/Users/runner/work/react-native-vector-icons/react-native-vector-icons/node_modules/jest/node_modules/jest-runtime/build/index.js:882:12)
    at jestAdapter (/Users/runner/work/react-native-vector-icons/react-native-vector-icons/node_modules/jest/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:77:13)
    at runTestInternal (/Users/runner/work/react-native-vector-icons/react-native-vector-icons/node_modules/jest/node_modules/jest-runner/build/runTest.js:367:16)
    at runTest (/Users/runner/work/react-native-vector-icons/react-native-vector-icons/node_modules/jest/node_modules/jest-runner/build/runTest.js:444:34)

Check failure on line 3 in packages/icon-explorer/__tests__/App.owl.tsx

See this annotation in the file changed.

@github-actions github-actions / JEST Tests ios - new 0.74

App.tsx ► App.tsx should load FontAwesome6 font ► App.tsx should load FontAwesome6 font

Failed test found in:
  packages/icon-explorer/.owl/report/report.xml
Error:
  Error: thrown: "Exceeded timeout of 30000 ms for a test.
Raw output
Error: thrown: "Exceeded timeout of 30000 ms for a test.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
    at /Users/runner/work/react-native-vector-icons/react-native-vector-icons/packages/icon-explorer/__tests__/App.owl.tsx:34:3
    at _dispatchDescribe (/Users/runner/work/react-native-vector-icons/react-native-vector-icons/node_modules/jest/node_modules/jest-circus/build/index.js:91:26)
    at describe (/Users/runner/work/react-native-vector-icons/react-native-vector-icons/node_modules/jest/node_modules/jest-circus/build/index.js:55:5)
    at Object.<anonymous> (/Users/runner/work/react-native-vector-icons/react-native-vector-icons/packages/icon-explorer/__tests__/App.owl.tsx:3:1)
    at Runtime._execModule (/Users/runner/work/react-native-vector-icons/react-native-vector-icons/node_modules/jest/node_modules/jest-runtime/build/index.js:1439:24)
    at Runtime._loadModule (/Users/runner/work/react-native-vector-icons/react-native-vector-icons/node_modules/jest/node_modules/jest-runtime/build/index.js:1022:12)
    at Runtime.requireModule (/Users/runner/work/react-native-vector-icons/react-native-vector-icons/node_modules/jest/node_modules/jest-runtime/build/index.js:882:12)
    at jestAdapter (/Users/runner/work/react-native-vector-icons/react-native-vector-icons/node_modules/jest/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:77:13)
    at runTestInternal (/Users/runner/work/react-native-vector-icons/react-native-vector-icons/node_modules/jest/node_modules/jest-runner/build/runTest.js:367:16)
    at runTest (/Users/runner/work/react-native-vector-icons/react-native-vector-icons/node_modules/jest/node_modules/jest-runner/build/runTest.js:444:34)

Check failure on line 3 in packages/icon-explorer/__tests__/App.owl.tsx

See this annotation in the file changed.

@github-actions github-actions / JEST Tests ios - new 0.74

App.tsx ► App.tsx should load Fontello font ► App.tsx should load Fontello font

Failed test found in:
  packages/icon-explorer/.owl/report/report.xml
Error:
  Error: thrown: "Exceeded timeout of 30000 ms for a test.
Raw output
Error: thrown: "Exceeded timeout of 30000 ms for a test.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
    at /Users/runner/work/react-native-vector-icons/react-native-vector-icons/packages/icon-explorer/__tests__/App.owl.tsx:52:3
    at _dispatchDescribe (/Users/runner/work/react-native-vector-icons/react-native-vector-icons/node_modules/jest/node_modules/jest-circus/build/index.js:91:26)
    at describe (/Users/runner/work/react-native-vector-icons/react-native-vector-icons/node_modules/jest/node_modules/jest-circus/build/index.js:55:5)
    at Object.<anonymous> (/Users/runner/work/react-native-vector-icons/react-native-vector-icons/packages/icon-explorer/__tests__/App.owl.tsx:3:1)
    at Runtime._execModule (/Users/runner/work/react-native-vector-icons/react-native-vector-icons/node_modules/jest/node_modules/jest-runtime/build/index.js:1439:24)
    at Runtime._loadModule (/Users/runner/work/react-native-vector-icons/react-native-vector-icons/node_modules/jest/node_modules/jest-runtime/build/index.js:1022:12)
    at Runtime.requireModule (/Users/runner/work/react-native-vector-icons/react-native-vector-icons/node_modules/jest/node_modules/jest-runtime/build/index.js:882:12)
    at jestAdapter (/Users/runner/work/react-native-vector-icons/react-native-vector-icons/node_modules/jest/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:77:13)
    at runTestInternal (/Users/runner/work/react-native-vector-icons/react-native-vector-icons/node_modules/jest/node_modules/jest-runner/build/runTest.js:367:16)
    at runTest (/Users/runner/work/react-native-vector-icons/react-native-vector-icons/node_modules/jest/node_modules/jest-runner/build/runTest.js:444:34)