-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherr.out
More file actions
123 lines (122 loc) · 4.98 KB
/
Copy patherr.out
File metadata and controls
123 lines (122 loc) · 4.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
Running main() from gtest_main.cc
[==========] Running 57 tests from 1 test case.
[----------] Global test environment set-up.
[----------] 57 tests from correctness
[ RUN ] correctness.two_plus_two
[ OK ] correctness.two_plus_two (0 ms)
[ RUN ] correctness.default_ctor
[ OK ] correctness.default_ctor (0 ms)
[ RUN ] correctness.copy_ctor
[ OK ] correctness.copy_ctor (0 ms)
[ RUN ] correctness.copy_ctor_real_copy
[ OK ] correctness.copy_ctor_real_copy (0 ms)
[ RUN ] correctness.copy_ctor_real_copy2
[ OK ] correctness.copy_ctor_real_copy2 (0 ms)
[ RUN ] correctness.assignment_operator
[ OK ] correctness.assignment_operator (0 ms)
[ RUN ] correctness.self_assignment
[ OK ] correctness.self_assignment (0 ms)
[ RUN ] correctness.assignment_return_value
[ OK ] correctness.assignment_return_value (0 ms)
[ RUN ] correctness.comparisons
[ OK ] correctness.comparisons (0 ms)
[ RUN ] correctness.compare_zero_and_minus_zero
[ OK ] correctness.compare_zero_and_minus_zero (0 ms)
[ RUN ] correctness.add
[ OK ] correctness.add (0 ms)
[ RUN ] correctness.add_signed
[ OK ] correctness.add_signed (0 ms)
[ RUN ] correctness.add_return_value
[ OK ] correctness.add_return_value (0 ms)
[ RUN ] correctness.sub
[ OK ] correctness.sub (0 ms)
[ RUN ] correctness.sub_signed
[ OK ] correctness.sub_signed (0 ms)
[ RUN ] correctness.sub_return_value
[ OK ] correctness.sub_return_value (0 ms)
[ RUN ] correctness.mul
[ OK ] correctness.mul (0 ms)
[ RUN ] correctness.mul_signed
[ OK ] correctness.mul_signed (0 ms)
[ RUN ] correctness.mul_return_value
[ OK ] correctness.mul_return_value (0 ms)
[ RUN ] correctness.div_
[ OK ] correctness.div_ (0 ms)
[ RUN ] correctness.div_signed
[ OK ] correctness.div_signed (0 ms)
[ RUN ] correctness.div_rounding
[ OK ] correctness.div_rounding (0 ms)
[ RUN ] correctness.div_rounding_negative
[ OK ] correctness.div_rounding_negative (0 ms)
[ RUN ] correctness.div_return_value
[ OK ] correctness.div_return_value (0 ms)
[ RUN ] correctness.unary_plus
[ OK ] correctness.unary_plus (0 ms)
[ RUN ] correctness.negation
[ OK ] correctness.negation (0 ms)
[ RUN ] correctness.and_
[ OK ] correctness.and_ (0 ms)
[ RUN ] correctness.and_signed
[ OK ] correctness.and_signed (0 ms)
[ RUN ] correctness.and_return_value
[ OK ] correctness.and_return_value (0 ms)
[ RUN ] correctness.or_
[ OK ] correctness.or_ (0 ms)
[ RUN ] correctness.or_signed
[ OK ] correctness.or_signed (0 ms)
[ RUN ] correctness.or_return_value
[ OK ] correctness.or_return_value (0 ms)
[ RUN ] correctness.xor_
[ OK ] correctness.xor_ (0 ms)
[ RUN ] correctness.xor_signed
[ OK ] correctness.xor_signed (0 ms)
[ RUN ] correctness.xor_return_value
[ OK ] correctness.xor_return_value (0 ms)
[ RUN ] correctness.not_
[ OK ] correctness.not_ (0 ms)
[ RUN ] correctness.shl_
[ OK ] correctness.shl_ (0 ms)
[ RUN ] correctness.shl_return_value
[ OK ] correctness.shl_return_value (0 ms)
[ RUN ] correctness.shr_
[ OK ] correctness.shr_ (0 ms)
[ RUN ] correctness.shr_signed
[ OK ] correctness.shr_signed (0 ms)
[ RUN ] correctness.shr_return_value
[ OK ] correctness.shr_return_value (0 ms)
[ RUN ] correctness.add_long
[ OK ] correctness.add_long (0 ms)
[ RUN ] correctness.add_long_signed
[ OK ] correctness.add_long_signed (0 ms)
[ RUN ] correctness.add_long_signed2
[ OK ] correctness.add_long_signed2 (0 ms)
[ RUN ] correctness.add_long_pow2
[ OK ] correctness.add_long_pow2 (0 ms)
[ RUN ] correctness.sub_long
[ OK ] correctness.sub_long (0 ms)
[ RUN ] correctness.mul_long
[ OK ] correctness.mul_long (0 ms)
[ RUN ] correctness.mul_long_signed
[ OK ] correctness.mul_long_signed (0 ms)
[ RUN ] correctness.mul_long_signed2
[ OK ] correctness.mul_long_signed2 (0 ms)
[ RUN ] correctness.mul_long_pow2
[ OK ] correctness.mul_long_pow2 (1 ms)
[ RUN ] correctness.div_long
[ OK ] correctness.div_long (0 ms)
[ RUN ] correctness.div_long_signed
[ OK ] correctness.div_long_signed (0 ms)
[ RUN ] correctness.div_long_signed2
[ OK ] correctness.div_long_signed2 (0 ms)
[ RUN ] correctness.negation_long
[ OK ] correctness.negation_long (0 ms)
[ RUN ] correctness.string_conv
[ OK ] correctness.string_conv (0 ms)
[ RUN ] correctness.mul_div_randomized
[ OK ] correctness.mul_div_randomized (139 ms)
[ RUN ] correctness.mul_merge_randomized
[ OK ] correctness.mul_merge_randomized (17928 ms)
[----------] 57 tests from correctness (18069 ms total)
[----------] Global test environment tear-down
[==========] 57 tests from 1 test case ran. (18069 ms total)
[ PASSED ] 57 tests.