Skip to content

GLTF importer unit tests failing #122829

@zanderso

Description

@zanderso

@bdero

$ ./out/host_debug_unopt/impeller_unittests --gtest_filter=ImporterTest.CanParseUnskinnedGLTF
[INFO:test_timeout_listener.cc(76)] Test timeout of 120 seconds per test case will be enforced.
Note: Google Test filter = ImporterTest.CanParseUnskinnedGLTF
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from ImporterTest
[ RUN      ] ImporterTest.CanParseUnskinnedGLTF
../../flutter/impeller/scene/importer/importer_unittests.cc:46: Failure
&::Vector3Near(position, Vector3(-0.0100185, -0.522907, -0.133178)) evaluates to false, where
position evaluates to (-0.0100185, -0.522907, 0.133178)
Vector3(-0.0100185, -0.522907, -0.133178) evaluates to (-0.0100185, -0.522907, -0.133178)
[  FAILED  ] ImporterTest.CanParseUnskinnedGLTF (86 ms)
[----------] 1 test from ImporterTest (86 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (86 ms total)
[  PASSED  ] 0 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] ImporterTest.CanParseUnskinnedGLTF

 1 FAILED TEST

and

$ ./out/host_debug_unopt/impeller_unittests --gtest_filter=ImporterTest.CanParseSkinnedGLTF
[INFO:test_timeout_listener.cc(76)] Test timeout of 120 seconds per test case will be enforced.
Note: Google Test filter = ImporterTest.CanParseSkinnedGLTF
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from ImporterTest
[ RUN      ] ImporterTest.CanParseSkinnedGLTF
../../flutter/impeller/scene/importer/importer_unittests.cc:119: Failure
Expected equality of these values:
  channel->keyframes.type
    Which is: 1-byte object <03>
  fb::Keyframes::RotationKeyframes
    Which is: 1-byte object <02>
[  FAILED  ] ImporterTest.CanParseSkinnedGLTF (5 ms)
[----------] 1 test from ImporterTest (5 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (5 ms total)
[  PASSED  ] 0 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] ImporterTest.CanParseSkinnedGLTF

 1 FAILED TEST

Metadata

Metadata

Assignees

Labels

P2Important issues not at the top of the work listc: disabled testTracks the restoration of a disabled teste: impellerImpeller rendering backend issues and features requestsengineflutter/engine related. See also e: labels.

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions