[PATCH] D78241: Fix opt-viewer tests failing after move from cgi.escape to html.escape

serge via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 16 23:58:01 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rGe144474448b1: Fix opt-viewer tests failing after move from cgi.escape to html.escape (authored by JamesNagurne, committed by serge-sans-paille).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78241/new/

https://reviews.llvm.org/D78241

Files:
  llvm/test/tools/opt-viewer/Outputs/suppress/s.swift.html
  llvm/test/tools/opt-viewer/Outputs/unicode-function-name/s.swift.html


Index: llvm/test/tools/opt-viewer/Outputs/unicode-function-name/s.swift.html
===================================================================
--- llvm/test/tools/opt-viewer/Outputs/unicode-function-name/s.swift.html
+++ llvm/test/tools/opt-viewer/Outputs/unicode-function-name/s.swift.html
@@ -124,7 +124,7 @@
 <td></td>
 <td></td>
 <td class="column-entry-green">sil-inliner</td>
-<td><pre style="display:inline">               </pre><span class="column-entry-yellow"> <a href="s.swift.html#L3">"s.• infix(_:_:)"</a> inlined into "main" (cost = 2, benefit = 40) </span></td>
+<td><pre style="display:inline">               </pre><span class="column-entry-yellow"> <a href="s.swift.html#L3">"s.• infix(_:_:)"</a> inlined into "main" (cost = 2, benefit = 40) </span></td>
 <td class="column-entry-yellow">main</td>
 </tr>
 
Index: llvm/test/tools/opt-viewer/Outputs/suppress/s.swift.html
===================================================================
--- llvm/test/tools/opt-viewer/Outputs/suppress/s.swift.html
+++ llvm/test/tools/opt-viewer/Outputs/suppress/s.swift.html
@@ -124,7 +124,7 @@
 <td></td>
 <td></td>
 <td class="column-entry-green">sil-inliner</td>
-<td><pre style="display:inline"></pre><span class="column-entry-yellow"> <a href="s.swift.html#L6">"s.f()"</a> inlined into "main" (cost = 20, benefit = 20) </span></td>
+<td><pre style="display:inline"></pre><span class="column-entry-yellow"> <a href="s.swift.html#L6">"s.f()"</a> inlined into "main" (cost = 20, benefit = 20) </span></td>
 <td class="column-entry-yellow">main</td>
 </tr>
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78241.258241.patch
Type: text/x-patch
Size: 1629 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200417/bb975d49/attachment.bin>


More information about the llvm-commits mailing list