mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Adam did this in: https://codereview.chromium.org/699333002 But later reverted in: https://codereview.chromium.org/692333007 The problem was that the path to sky_server was being computed relative to the sky directory instead of being absolute, so when the bots tried to run test_sky from the root mojo directory instead of mojo/sky they failed. TBR=abarth@chromium.org Review URL: https://codereview.chromium.org/704833002
58 lines
1.2 KiB
Plaintext
58 lines
1.2 KiB
Plaintext
ERROR: Uncaught SyntaxError: Unexpected token <
|
|
SOURCE: http://127.0.0.1:8000/sky/tests/parser/script.sky:6
|
|
ERROR: Uncaught SyntaxError: Unexpected token <
|
|
SOURCE: http://127.0.0.1:8000/sky/tests/parser/script.sky:14
|
|
ERROR: Uncaught SyntaxError: Unexpected token <
|
|
SOURCE: http://127.0.0.1:8000/sky/tests/parser/script.sky:21
|
|
ERROR: Uncaught ReferenceError: TEST is not defined
|
|
SOURCE: http://127.0.0.1:8000/sky/tests/parser/script.sky:27
|
|
ERROR: Uncaught SyntaxError: Invalid regular expression: missing /
|
|
SOURCE: http://127.0.0.1:8000/sky/tests/parser/script.sky:34
|
|
ERROR: Uncaught SyntaxError: Invalid regular expression: missing /
|
|
SOURCE: http://127.0.0.1:8000/sky/tests/parser/script.sky:38
|
|
ERROR: Uncaught SyntaxError: Unexpected token }
|
|
SOURCE: http://127.0.0.1:8000/sky/tests/parser/script.sky:43
|
|
<html>
|
|
<import src="../resources/dump-as-markup.sky"></import>
|
|
<body>
|
|
|
|
<script>
|
|
TEST <a></a>
|
|
</script>
|
|
|
|
<SCRIPT>
|
|
TEST <a></a>
|
|
</SCRIPT>
|
|
|
|
<script>
|
|
<SCRIPT>
|
|
TEST <a></a>
|
|
</SCRIPT>
|
|
</script>
|
|
|
|
<SCRIPT>
|
|
<script>
|
|
TEST <a></a>
|
|
</SCRIPT>
|
|
</script>
|
|
</SCRIPT>
|
|
|
|
<script> TEST </script>
|
|
|
|
<
|
|
script
|
|
> TEST
|
|
|
|
<script> TEST </
|
|
script>
|
|
</script>
|
|
|
|
<script> TEST </scrip>
|
|
</script>
|
|
|
|
<script> TEST <//script>
|
|
</script>
|
|
|
|
</body>
|
|
</html>
|