The non-test part of the code is expected to have 2 failures.
googletest-output-test_.cc:#: Failure
Value of: false
Actual: false
Expected: true
Stack trace: (omitted)
googletest-output-test_.cc:#: Failure
Expected equality of these values:
2
3
Stack trace: (omitted)
[0;32m[==========] [mRunning 85 tests from 40 test suites.
[0;32m[----------] [mGlobal test environment set-up.
FooEnvironment::SetUp() called.
BarEnvironment::SetUp() called.
[0;32m[----------] [m1 test from ADeathTest
[0;32m[ RUN ] [mADeathTest.ShouldRunFirst
[0;32m[ OK ] [mADeathTest.ShouldRunFirst
[0;32m[----------] [m1 test from ATypedDeathTest/0, where TypeParam = int
[0;32m[ RUN ] [mATypedDeathTest/0.ShouldRunFirst
[0;32m[ OK ] [mATypedDeathTest/0.ShouldRunFirst
[0;32m[----------] [m1 test from ATypedDeathTest/1, where TypeParam = double
[0;32m[ RUN ] [mATypedDeathTest/1.ShouldRunFirst
[0;32m[ OK ] [mATypedDeathTest/1.ShouldRunFirst
[0;32m[----------] [m1 test from My/ATypeParamDeathTest/0, where TypeParam = int
[0;32m[ RUN ] [mMy/ATypeParamDeathTest/0.ShouldRunFirst
[0;32m[ OK ] [mMy/ATypeParamDeathTest/0.ShouldRunFirst
[0;32m[----------] [m1 test from My/ATypeParamDeathTest/1, where TypeParam = double
[0;32m[ RUN ] [mMy/ATypeParamDeathTest/1.ShouldRunFirst
[0;32m[ OK ] [mMy/ATypeParamDeathTest/1.ShouldRunFirst
[0;32m[----------] [m2 tests from PassingTest
[0;32m[ RUN ] [mPassingTest.PassingTest1
[0;32m[ OK ] [mPassingTest.PassingTest1
[0;32m[ RUN ] [mPassingTest.PassingTest2
[0;32m[ OK ] [mPassingTest.PassingTest2
[0;32m[----------] [m2 tests from NonfatalFailureTest
[0;32m[ RUN ] [mNonfatalFailureTest.EscapesStringOperands
googletest-output-test_.cc:#: Failure
Expected equality of these values:
kGoldenString
Which is: "\"Line"
actual
Which is: "actual \"string\""
Stack trace: (omitted)
googletest-output-test_.cc:#: Failure
Expected equality of these values:
golden
Which is: "\"Line"
actual
Which is: "actual \"string\""
Stack trace: (omitted)
[0;31m[ FAILED ] [mNonfatalFailureTest.EscapesStringOperands
[0;32m[ RUN ] [mNonfatalFailureTest.DiffForLongStrings
googletest-output-test_.cc:#: Failure
Expected equality of these values:
golden_str
Which is: "\"Line\0 1\"\nLine 2"
"Line 2"
With diff:
@@ -1,2 @@
-\"Line\0 1\"
Line 2
Stack trace: (omitted)
[0;31m[ FAILED ] [mNonfatalFailureTest.DiffForLongStrings
[0;32m[----------] [m3 tests from FatalFailureTest
[0;32m[ RUN ] [mFatalFailureTest.FatalFailureInSubroutine
(expecting a failure that x should be 1)
googletest-output-test_.cc:#: Failure
Expected equality of these values:
1
x
Which is: 2
Stack trace: (omitted)
[0;31m[ FAILED ] [mFatalFailureTest.FatalFailureInSubroutine
[0;32m[ RUN ] [mFatalFailureTest.FatalFailureInNestedSubroutine
(expecting a failure that x should be 1)
googletest-output-test_.cc:#: Failure
Expected equality of these values:
1
x
Which is: 2
Stack trace: (omitted)
[0;31m[ FAILED ] [mFatalFailureTest.FatalFailureInNestedSubroutine
[0;32m[ RUN ] [mFatalFailureTest.NonfatalFailureInSubroutine
(expecting a failure on false)
googletest-output-test_.cc:#: Failure
Value of: false
Actual: false
Expected: true
Stack trace: (omitted)
[0;31m[ FAILED ] [mFatalFailureTest.NonfatalFailureInSubroutine
[0;32m[----------] [m1 test from LoggingTest
[0;32m[ RUN ] [mLoggingTest.InterleavingLoggingAndAssertions
(expecting 2 failures on (3) >= (a[i]))
i == 0
i == 1
googletest-output-test_.cc:#: Failure
Expected: (3) >= (a[i]), actual: 3 vs 9
Stack trace: (omitted)
i == 2
i == 3
googletest-output-test_.cc:#: Failure
Expected: (3) >= (a[i]), actual: 3 vs 6
Stack trace: (omitted)
[0;31m[ FAILED ] [mLoggingTest.InterleavingLoggingAndAssertions
[0;32m[----------] [m7 tests from SCOPED_TRACETest
[0;32m[ RUN ] [mSCOPED_TRACETest.AcceptedValues
googletest-output-test_.cc:#: Failure
Failed
Just checking that all these values work fine.
Google Test trace:
googletest-output-test_.cc:#: (null)
googletest-output-test_.cc:#: 1337
googletest-output-test_.cc:#: std::string
googletest-output-test_.cc:#: literal string
Stack trace: (omitted)
[0;31m[ FAILED ] [mSCOPED_TRACETest.AcceptedValues
[0;32m[ RUN ] [mSCOPED_TRACETest.ObeysScopes
(expected to fail)
googletest-output-test_.cc:#: Failure
Failed
This failure is expected, and shouldn't have a trace.
Stack trace: (omitted)
googletest-output-test_.cc:#: Failure
Failed
This failure is expected, and should have a trace.
Google Test trace:
googletest-output-test_.cc:#: Expected trace
Stack trace: (omitted)
googletest-output-test_.cc:#: Failure
Failed
This failure is expected, and shouldn't have a trace.
Stack trace: (omitted)
[0;31m[ FAILED ] [mSCOPED_TRACETest.ObeysScopes
[0;32m[ RUN ] [mSCOPED_TRACETest.WorksInLoop
(expected to fail)
googletest-output-test_.cc:#: Failure
Expected equality of these values:
2
n
Which is: 1
Google Test trace:
googletest-output-test_.cc:#: i = 1
Stack trace: (omitted)
googletest-output-test_.cc:#: Failure
Expected equality of these values:
1
n
Which is: 2
Google Test trace:
googletest-output-test_.cc:#: i = 2
Stack trace: (omitted)
[0;31m[ FAILED ] [mSCOPED_TRACETest.WorksInLoop
[0;32m[ RUN ] [mSCOPED_TRACETest.WorksInSubroutine
(expected to fail)
googletest-output-test_.cc:#: Failure
Expected equality of these values:
2
n
Which is: 1
Google Test trace:
googletest-output-test_.cc:#: n = 1
Stack trace: (omitted)
googletest-output-test_.cc:#: Failure
Expected equality of these values:
1
n
Which is: 2
Google Test trace:
googletest-output-test_.cc:#: n = 2
Stack trace: (omitted)
[0;31m[ FAILED ] [mSCOPED_TRACETest.WorksInSubroutine
[0;32m[ RUN ] [mSCOPED_TRACETest.CanBeNested
(expected to fail)
googletest-output-test_.cc:#: Failure
Expected equality of these values:
1
n
Which is: 2
Google Test trace:
googletest-output-test_.cc:#: n = 2
googletest-output-test_.cc:#:
Stack trace: (omitted)
[0;31m[ FAILED ] [mSCOPED_TRACETest.CanBeNested
[0;32m[ RUN ] [mSCOPED_TRACETest.CanBeRepeated
(expected to fail)
googletest-output-test_.cc:#: Failure
Failed
This failure is expected, and should contain trace point A.
Google Test trace:
googletest-output-test_.cc:#: A
Stack trace: (omitted)
googletest-output-test_.cc:#: Failure
Failed
This failure is expected, and should contain trace point A and B.
Google Test trace:
googletest-output-test_.cc:#: B
googletest-output-test_.cc:#: A
Stack trace: (omitted)
googletest-output-test_.cc:#: Failure
Failed
This failure is expected, and should contain trace point A, B, and C.
Google Test trace:
googletest-output-test_.cc:#: C
googletest-output-test_.cc:#: B
googletest-output-test_.cc:#: A
Stack trace: (omitted)
googletest-output-test_.cc:#: Failure
Failed
This failure is expected, and should contain trace point A, B, and D.
Google Test trace:
googletest-output-test_.cc:#: D
googletest-output-test_.cc:#: B
googletest-output-test_.cc:#: A
Stack trace: (omitted)
[0;31m[ FAILED ] [mSCOPED_TRACETest.CanBeRepeated
[0;32m[ RUN ] [mSCOPED_TRACETest.WorksConcurrently
(expecting 6 failures)
googletest-output-test_.cc:#: Failure
Failed
Expected failure #1 (in thread B, only trace B alive).
Google Test trace:
googletest-output-test_.cc:#: Trace B
Stack trace: (omitted)
googletest-output-test_.cc:#: Failure
Failed
Expected failure #2 (in thread A, trace A & B both alive).
Google Test trace:
googletest-output-test_.cc:#: Trace A
Stack trace: (omitted)
googletest-output-test_.cc:#: Failure
Failed
Expected failure #3 (in thread B, trace A & B both alive).
Google Test trace:
googletest-output-test_.cc:#: Trace B
Stack trace: (omitted)
googletest-output-test_.cc:#: Failure
Failed
Expected failure #4 (in thread B, only trace A alive).
Stack trace: (omitted)
googletest-output-test_.c
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
该项目是基于腾讯优图实验室的TNN推理框架,是一款专为移动端设计的高性能、轻量级推理框架。源码包含3150个文件,涵盖C++、Python、Java等多种编程语言。TNN框架在继承Rapidnet、ncnn框架优势的基础上,进一步强化了移动端支持与性能优化,并融入业界主流开源框架的高性能与拓展性。TNN已在手Q、微视、P图等应用中成功落地,现诚邀广大开发者共同参与,助力框架持续完善与优化。
资源推荐
资源详情
资源评论
收起资源包目录
基于腾讯优图实验室的移动端高性能TNN推理框架设计源码 (2000个子文件)
gradlew.bat 2KB
gradlew.bat 2KB
make.bat 752B
rotate_6.c 42KB
rotate_7.c 42KB
rotate_8.c 42KB
rotate_5.c 42KB
rotate_4.c 13KB
rotate_3.c 9KB
rotate_2.c 9KB
kannarotate.c 2KB
onnx.proto3.pb.cc 308KB
onnx.pb.cc 217KB
tnn_sdk_sample.cc 31KB
opencl_wrapper.cc 28KB
calibration.cc 28KB
onnx2tnn.cc 24KB
npu_network.cc 24KB
test_methods_and_attributes.cc 23KB
opencl_mat_converter.cc 21KB
onnx_utility.cc 20KB
youtu_face_align.cc 20KB
opencl_utils.cc 19KB
test_virtual_functions.cc 17KB
test_class.cc 17KB
opencl_blob_converter.cc 16KB
test_eigen.cc 16KB
test_smart_ptr.cc 16KB
test_numpy_dtypes.cc 16KB
test_factory_constructors.cc 16KB
test_numpy_array.cc 15KB
onnx2tnn_fuse_shuffle_channel.cc 15KB
opencl_conv_layer_acc_impl.cc 14KB
opencl_runtime.cc 14KB
opencl_concat_layer_acc.cc 14KB
onnx2tnn_fuse_normalize.cc 13KB
model_checker.cc 13KB
onnx2tnn_fuse_conv.cc 13KB
opencl_hdr_guide_layer_acc.cc 13KB
opencl_inner_product_layer_acc.cc 13KB
blazeface_detector_jni.cc 13KB
test_sequences_and_iterators.cc 13KB
opencl_deconv_layer_acc_impl.cc 12KB
scale_calculator.cc 12KB
blazeface_align_jni.cc 12KB
onnx2tnn_fuse_hard_swish.cc 12KB
objectdetectorssd_jni.cc 11KB
opencl_layer_acc.cc 11KB
face_detector_jni.cc 11KB
quantize.cc 11KB
objectdetector_jni.cc 11KB
test_stl.cc 11KB
hair_segmentation.cc 11KB
imagebuffer_convertor.cc 11KB
cpu_pad_layer_acc.cc 11KB
onnx2tnn_fuse_deconv.cc 10KB
test_interpreter.cc 10KB
opencl_binary_layer_acc.cc 9KB
opencl_instance_norm_layer_acc.cc 9KB
onnx_int8_conv_relu_converter.cc 9KB
test_pytypes.cc 9KB
main.cc 9KB
opencl_stride_slice_layer_acc.cc 9KB
test_copy_move.cc 9KB
opencl_conv_layer_1x1_acc.cc 9KB
test_builtin_casters.cc 9KB
opencl_pooling_layer_acc.cc 9KB
test_multiple_inheritance.cc 9KB
opencl_reduce_layer_acc.cc 9KB
cpu_deconv_layer_acc.cc 9KB
tflite_conv2d_converter.cc 8KB
tflite_converter.cc 8KB
opencl_splitv_layer_acc.cc 8KB
onnx2tnn_fuse_softmax.cc 8KB
cpu_upsample_layer_acc.cc 8KB
onnx_utils.cc 8KB
opencl_device.cc 8KB
opencl_conv_layer_common_acc.cc 8KB
hair_segmentation_jni.cc 8KB
onnx2tnn_fuse_hdr_guide.cc 8KB
opencl_cpu_adapter_acc.cc 8KB
onnx_pool_converter.cc 8KB
onnx_int8_fc_converter.cc 7KB
opencl_context.cc 7KB
net_optimizer_insert_int8_reformat.cc 7KB
onnx_converter_pool.cc 7KB
onnx_converter_convolution.cc 7KB
onnx2tnn_fuse_instance_normalization.cc 7KB
cpu_conv_layer_acc.cc 7KB
test_buffers.cc 7KB
net_optimizer_insert_fp16_reformat.cc 7KB
opencl_softmax_layer_acc.cc 7KB
test_exceptions.cc 7KB
ultra_face_detector.cc 7KB
net_optimizer_fuse_conv_add.cc 6KB
test_operator_overloading.cc 6KB
face_mesh.cc 6KB
onnx_converter.cc 6KB
onnx2tnn_fuse_flatten.cc 6KB
test_callbacks.cc 6KB
共 2000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 20
资源评论
wjs2024
- 粉丝: 2350
- 资源: 5466
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功