[libcamera-devel] [PATCH v9 0/5] lc-compliance: Refactor using Googletest
Nícolas F. R. A. Prado
nfraprado at collabora.com
Fri Jun 25 22:22:24 CEST 2021
Hi,
I forgot to update the list of tests in the cover letter after the rename. Here
it is:
CaptureTests/SingleStream.
Capture/Raw_1 # GetParam() = (0, 1)
Capture/Raw_2 # GetParam() = (0, 2)
Capture/Raw_3 # GetParam() = (0, 3)
Capture/Raw_5 # GetParam() = (0, 5)
Capture/Raw_8 # GetParam() = (0, 8)
Capture/Raw_13 # GetParam() = (0, 13)
Capture/Raw_21 # GetParam() = (0, 21)
Capture/Raw_34 # GetParam() = (0, 34)
Capture/Raw_55 # GetParam() = (0, 55)
Capture/Raw_89 # GetParam() = (0, 89)
Capture/StillCapture_1 # GetParam() = (1, 1)
Capture/StillCapture_2 # GetParam() = (1, 2)
Capture/StillCapture_3 # GetParam() = (1, 3)
Capture/StillCapture_5 # GetParam() = (1, 5)
Capture/StillCapture_8 # GetParam() = (1, 8)
Capture/StillCapture_13 # GetParam() = (1, 13)
Capture/StillCapture_21 # GetParam() = (1, 21)
Capture/StillCapture_34 # GetParam() = (1, 34)
Capture/StillCapture_55 # GetParam() = (1, 55)
Capture/StillCapture_89 # GetParam() = (1, 89)
Capture/VideoRecording_1 # GetParam() = (2, 1)
Capture/VideoRecording_2 # GetParam() = (2, 2)
Capture/VideoRecording_3 # GetParam() = (2, 3)
Capture/VideoRecording_5 # GetParam() = (2, 5)
Capture/VideoRecording_8 # GetParam() = (2, 8)
Capture/VideoRecording_13 # GetParam() = (2, 13)
Capture/VideoRecording_21 # GetParam() = (2, 21)
Capture/VideoRecording_34 # GetParam() = (2, 34)
Capture/VideoRecording_55 # GetParam() = (2, 55)
Capture/VideoRecording_89 # GetParam() = (2, 89)
Capture/Viewfinder_1 # GetParam() = (3, 1)
Capture/Viewfinder_2 # GetParam() = (3, 2)
Capture/Viewfinder_3 # GetParam() = (3, 3)
Capture/Viewfinder_5 # GetParam() = (3, 5)
Capture/Viewfinder_8 # GetParam() = (3, 8)
Capture/Viewfinder_13 # GetParam() = (3, 13)
Capture/Viewfinder_21 # GetParam() = (3, 21)
Capture/Viewfinder_34 # GetParam() = (3, 34)
Capture/Viewfinder_55 # GetParam() = (3, 55)
Capture/Viewfinder_89 # GetParam() = (3, 89)
CaptureStartStop/Raw_1 # GetParam() = (0, 1)
CaptureStartStop/Raw_2 # GetParam() = (0, 2)
CaptureStartStop/Raw_3 # GetParam() = (0, 3)
CaptureStartStop/Raw_5 # GetParam() = (0, 5)
CaptureStartStop/Raw_8 # GetParam() = (0, 8)
CaptureStartStop/Raw_13 # GetParam() = (0, 13)
CaptureStartStop/Raw_21 # GetParam() = (0, 21)
CaptureStartStop/Raw_34 # GetParam() = (0, 34)
CaptureStartStop/Raw_55 # GetParam() = (0, 55)
CaptureStartStop/Raw_89 # GetParam() = (0, 89)
CaptureStartStop/StillCapture_1 # GetParam() = (1, 1)
CaptureStartStop/StillCapture_2 # GetParam() = (1, 2)
CaptureStartStop/StillCapture_3 # GetParam() = (1, 3)
CaptureStartStop/StillCapture_5 # GetParam() = (1, 5)
CaptureStartStop/StillCapture_8 # GetParam() = (1, 8)
CaptureStartStop/StillCapture_13 # GetParam() = (1, 13)
CaptureStartStop/StillCapture_21 # GetParam() = (1, 21)
CaptureStartStop/StillCapture_34 # GetParam() = (1, 34)
CaptureStartStop/StillCapture_55 # GetParam() = (1, 55)
CaptureStartStop/StillCapture_89 # GetParam() = (1, 89)
CaptureStartStop/VideoRecording_1 # GetParam() = (2, 1)
CaptureStartStop/VideoRecording_2 # GetParam() = (2, 2)
CaptureStartStop/VideoRecording_3 # GetParam() = (2, 3)
CaptureStartStop/VideoRecording_5 # GetParam() = (2, 5)
CaptureStartStop/VideoRecording_8 # GetParam() = (2, 8)
CaptureStartStop/VideoRecording_13 # GetParam() = (2, 13)
CaptureStartStop/VideoRecording_21 # GetParam() = (2, 21)
CaptureStartStop/VideoRecording_34 # GetParam() = (2, 34)
CaptureStartStop/VideoRecording_55 # GetParam() = (2, 55)
CaptureStartStop/VideoRecording_89 # GetParam() = (2, 89)
CaptureStartStop/Viewfinder_1 # GetParam() = (3, 1)
CaptureStartStop/Viewfinder_2 # GetParam() = (3, 2)
CaptureStartStop/Viewfinder_3 # GetParam() = (3, 3)
CaptureStartStop/Viewfinder_5 # GetParam() = (3, 5)
CaptureStartStop/Viewfinder_8 # GetParam() = (3, 8)
CaptureStartStop/Viewfinder_13 # GetParam() = (3, 13)
CaptureStartStop/Viewfinder_21 # GetParam() = (3, 21)
CaptureStartStop/Viewfinder_34 # GetParam() = (3, 34)
CaptureStartStop/Viewfinder_55 # GetParam() = (3, 55)
CaptureStartStop/Viewfinder_89 # GetParam() = (3, 89)
UnbalancedStop/Raw_1 # GetParam() = (0, 1)
UnbalancedStop/Raw_2 # GetParam() = (0, 2)
UnbalancedStop/Raw_3 # GetParam() = (0, 3)
UnbalancedStop/Raw_5 # GetParam() = (0, 5)
UnbalancedStop/Raw_8 # GetParam() = (0, 8)
UnbalancedStop/Raw_13 # GetParam() = (0, 13)
UnbalancedStop/Raw_21 # GetParam() = (0, 21)
UnbalancedStop/Raw_34 # GetParam() = (0, 34)
UnbalancedStop/Raw_55 # GetParam() = (0, 55)
UnbalancedStop/Raw_89 # GetParam() = (0, 89)
UnbalancedStop/StillCapture_1 # GetParam() = (1, 1)
UnbalancedStop/StillCapture_2 # GetParam() = (1, 2)
UnbalancedStop/StillCapture_3 # GetParam() = (1, 3)
UnbalancedStop/StillCapture_5 # GetParam() = (1, 5)
UnbalancedStop/StillCapture_8 # GetParam() = (1, 8)
UnbalancedStop/StillCapture_13 # GetParam() = (1, 13)
UnbalancedStop/StillCapture_21 # GetParam() = (1, 21)
UnbalancedStop/StillCapture_34 # GetParam() = (1, 34)
UnbalancedStop/StillCapture_55 # GetParam() = (1, 55)
UnbalancedStop/StillCapture_89 # GetParam() = (1, 89)
UnbalancedStop/VideoRecording_1 # GetParam() = (2, 1)
UnbalancedStop/VideoRecording_2 # GetParam() = (2, 2)
UnbalancedStop/VideoRecording_3 # GetParam() = (2, 3)
UnbalancedStop/VideoRecording_5 # GetParam() = (2, 5)
UnbalancedStop/VideoRecording_8 # GetParam() = (2, 8)
UnbalancedStop/VideoRecording_13 # GetParam() = (2, 13)
UnbalancedStop/VideoRecording_21 # GetParam() = (2, 21)
UnbalancedStop/VideoRecording_34 # GetParam() = (2, 34)
UnbalancedStop/VideoRecording_55 # GetParam() = (2, 55)
UnbalancedStop/VideoRecording_89 # GetParam() = (2, 89)
UnbalancedStop/Viewfinder_1 # GetParam() = (3, 1)
UnbalancedStop/Viewfinder_2 # GetParam() = (3, 2)
UnbalancedStop/Viewfinder_3 # GetParam() = (3, 3)
UnbalancedStop/Viewfinder_5 # GetParam() = (3, 5)
UnbalancedStop/Viewfinder_8 # GetParam() = (3, 8)
UnbalancedStop/Viewfinder_13 # GetParam() = (3, 13)
UnbalancedStop/Viewfinder_21 # GetParam() = (3, 21)
UnbalancedStop/Viewfinder_34 # GetParam() = (3, 34)
UnbalancedStop/Viewfinder_55 # GetParam() = (3, 55)
UnbalancedStop/Viewfinder_89 # GetParam() = (3, 89)
Thanks,
Nícolas
More information about the libcamera-devel
mailing list