This is a testharness.js-based test.
[FAIL] [constant] Test building a constant with uint32 data type
promise_test: Unhandled rejection with value: object "TypeError: Failed to execute 'constant' on 'MLGraphBuilder': Unsupported data type uint32 for constant, must be one of [float32, float16, int32]."
[FAIL] [constant] Test building a constant with int64 data type
promise_test: Unhandled rejection with value: object "TypeError: Failed to execute 'constant' on 'MLGraphBuilder': Unsupported data type int64 for constant, must be one of [float32, float16, int32]."
[FAIL] [constant] Test building a constant with uint64 data type
promise_test: Unhandled rejection with value: object "TypeError: Failed to execute 'constant' on 'MLGraphBuilder': Unsupported data type uint64 for constant, must be one of [float32, float16, int32]."
[FAIL] [constant] Test building a constant with int8 data type
promise_test: Unhandled rejection with value: object "TypeError: Failed to execute 'constant' on 'MLGraphBuilder': Unsupported data type int8 for constant, must be one of [float32, float16, int32]."
[FAIL] [constant] Test building a constant with uint8 data type
promise_test: Unhandled rejection with value: object "TypeError: Failed to execute 'constant' on 'MLGraphBuilder': Unsupported data type uint8 for constant, must be one of [float32, float16, int32]."
Harness: the test ran to completion.