Skip to content

Commit

Permalink
Rollup merge of rust-lang#104201 - GuillaumeGomez:gui-test-check-file…
Browse files Browse the repository at this point in the history
…-errors, r=notriddle

Add check in GUI test for file loading failure

Since rust-lang#101702, some resources location need to be updated in case their content changed because then their hash will change too. This will prevent errors like rust-lang#104114 to happen again.

The second commit is to prevent CORS errors: when a file is linked from a file itself imported, the web browser considers they come from a different domain and therefore triggers the error. The option tells the web browser to ignore this case.

cc ```@jsha```
r? ```@notriddle```
  • Loading branch information
compiler-errors committed Nov 10, 2022
2 parents 4ed4ee8 + f0a2007 commit 1d27f9f
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 1d27f9f

Please sign in to comment.