summaryrefslogtreecommitdiff
path: root/deps/v8/tools/gcmole/test-expectations.txt
blob: 780cea9181142e770c76792d0921a9a67eb736d0 (plain)
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

tools/gcmole/gcmole-test.cc:27:10: warning: Possibly dead variable.
  return obj;
         ^
tools/gcmole/gcmole-test.cc:45:3: warning: Possible problem with evaluation order.
  TwoArgumentsFunction(*CauseGC(obj1, isolate), *CauseGC(obj2, isolate));
  ^
tools/gcmole/gcmole-test.cc:57:3: warning: Possible problem with evaluation order.
  TwoSizeTArgumentsFunction(sizeof(*CauseGC(obj1, isolate)),
  ^
tools/gcmole/gcmole-test.cc:82:7: warning: Possible problem with evaluation order.
  so->Method(*CauseGC(obj1, isolate));
      ^
tools/gcmole/gcmole-test.cc:84:7: warning: Possible problem with evaluation order.
  so->Method(CauseGCRaw(*obj1, isolate));
      ^
tools/gcmole/gcmole-test.cc:128:14: warning: Possible problem with evaluation order.
  so_handle->Method(*derived.VirtualCauseGC(obj1, isolate));
             ^
tools/gcmole/gcmole-test.cc:130:14: warning: Possible problem with evaluation order.
  so_handle->Method(*base->VirtualCauseGC(obj1, isolate));
             ^
tools/gcmole/gcmole-test.cc:151:14: warning: Possible problem with evaluation order.
  so_handle->Method(*SomeClass::StaticCauseGC(obj1, isolate));
             ^
tools/gcmole/gcmole-test.cc:161:3: warning: Possibly dead variable.
  raw_obj.Print();
  ^
tools/gcmole/gcmole-test.cc:193:3: warning: Possibly dead variable.
  raw_obj.Print();
  ^
tools/gcmole/gcmole-test.cc:216:3: warning: Possibly dead variable.
  raw_obj.Print();
  ^
11 warnings generated.