summaryrefslogtreecommitdiff
path: root/rs/java/android/renderscript/ProgramVertexFixedFunction.java
diff options
context:
space:
mode:
authorTej Singh <singhtejinder@google.com>2020-03-25 00:32:05 -0700
committerTej Singh <singhtejinder@google.com>2020-03-25 08:10:35 +0000
commit547f46331cd4bd77c1d370c429e47ac2752fccc4 (patch)
tree0697e2d3a53e094ed3f545fdba1dab8b7df35a5c /rs/java/android/renderscript/ProgramVertexFixedFunction.java
parent7cb34c50669e493399ee368d731102c74b62b858 (diff)
Fix ValueMetricProducer_test on hwasan
TestUseZeroDefaultBaseWithPullFailures was failing on hwasan builds because the test had a reference to an Interval object that was deleted. The test tried to get another Interval object and assign it to the reference. However, what this really did is change the Interval object that the reference referred to. Since that Interval object had been deleted, hwasan failed the test. This fixes the issue. Also clean up some usages of auto to make the test more readable. Test: bit statsd_test:* on blueline_hwasan Bug: 152354576 Change-Id: I392740770715391c727d190b1ed8ba22cc01210f
Diffstat (limited to 'rs/java/android/renderscript/ProgramVertexFixedFunction.java')
0 files changed, 0 insertions, 0 deletions