Skip to content

Commit

Permalink
tla fix
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Mar 28, 2024
1 parent 5bfdac4 commit 0024246
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 69 deletions.
11 changes: 11 additions & 0 deletions resources/testharness.js
Original file line number Diff line number Diff line change
Expand Up @@ -4994,6 +4994,17 @@ window.addEventListener = function (evt, callback) {
callback(e);
});
};
(async () => {
try {
await import('./fixtures/tla.js');
} catch (e) {
// Does not support TLA -> skip test
await fetch('/TLA UNSUPPORTED');
fetch('/done');
}
})();
</script>`);
setup({ allow_uncaught_exception: true });
add_completion_callback((tests, status, asserts) => {
Expand Down
69 changes: 0 additions & 69 deletions test/test-source-phase.html

This file was deleted.

0 comments on commit 0024246

Please sign in to comment.