Changeset 261472 in webkit
- Timestamp:
- May 11, 2020, 2:23:07 AM (5 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r261466 r261472 1 2020-05-11 Paulo Matos <pmatos@igalia.com> 2 3 Fix typo 'Detacted' -> 'Detected' 4 https://bugs.webkit.org/show_bug.cgi?id=211715 5 6 Unreviewed. 7 8 * Scripts/run-jsc-stress-tests: 9 1 10 2020-05-10 Michael Catanzaro <mcatanzaro@gnome.org> 2 11 -
trunk/Tools/Scripts/run-jsc-stress-tests
r261271 r261472 2172 2172 } 2173 2173 } 2174 puts "Det acted failures in #{Time.now - start_time}"2174 puts "Detected failures in #{Time.now - start_time}" 2175 2175 end 2176 2176
Note:
See TracChangeset
for help on using the changeset viewer.