--- /dev/null 2020-02-06 15:35:06.751096717 -0800 +++ new/test/jdk/jdk/incubator/vector/templates/Unit-Binary-Masked-op_bitwise-Broadcast-div.template 2020-05-28 12:04:06.496731791 -0700 @@ -0,0 +1,7 @@ + + @Test(dataProvider = "$type$BinaryOpMaskProvider") + static void [[TEST]]$vectorteststype$BroadcastMaskedSmokeTest(IntFunction<$type$[]> fa, IntFunction<$type$[]> fb, + IntFunction fm) { +[[KERNEL]] + assertBroadcastArraysEquals(a, b, r, mask, $vectorteststype$::[[TEST]]); + }