-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test only errors themselves in MML compilation tests
The line with the error message is universal, but what follows is platform dependent. We could replace these strings somehow to work on all platforms, but they don't really hold any crucial information, so it's easier to just drop them.
- Loading branch information
Showing
31 changed files
with
17 additions
and
267 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,8 @@ | ||
ERROR: Translator: Parameter 'DR' value (44) is outside of valid range (0 : 15). Value will be looped. | ||
at: TranslatorUtil::_sanitize_param_loop (src\utils\translator_util.cpp:66) | ||
ERROR: Translator: Parameter 'SR' value (44) is outside of valid range (0 : 15). Value will be looped. | ||
at: TranslatorUtil::_sanitize_param_loop (src\utils\translator_util.cpp:66) | ||
ERROR: Translator: Parameter 'RR' value (66) is outside of valid range (0 : 15). Value will be looped. | ||
at: TranslatorUtil::_sanitize_param_loop (src\utils\translator_util.cpp:66) | ||
ERROR: Translator: Parameter 'SL' value (66) is outside of valid range (0 : 15). Value will be looped. | ||
at: TranslatorUtil::_sanitize_param_loop (src\utils\translator_util.cpp:66) | ||
ERROR: Translator: Parameter 'RR' value (33) is outside of valid range (0 : 15). Value will be looped. | ||
at: TranslatorUtil::_sanitize_param_loop (src\utils\translator_util.cpp:66) | ||
ERROR: Translator: Parameter 'FB' value (8) is outside of valid range (0 : 7). Value will be looped. | ||
at: TranslatorUtil::_sanitize_param_loop (src\utils\translator_util.cpp:66) | ||
ERROR: Translator: Parameter 'FB' value (8) is outside of valid range (0 : 7). Value will be looped. | ||
at: TranslatorUtil::_sanitize_param_loop (src\utils\translator_util.cpp:66) | ||
ERROR: Translator: Parameter 'FB' value (8) is outside of valid range (0 : 7). Value will be looped. | ||
at: TranslatorUtil::_sanitize_param_loop (src\utils\translator_util.cpp:66) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
ERROR: Translator: Parameter 'RR' value (27) is outside of valid range (0 : 15). Value will be looped. | ||
at: TranslatorUtil::_sanitize_param_loop (src\utils\translator_util.cpp:66) | ||
ERROR: Translator: Parameter 'RR' value (27) is outside of valid range (0 : 15). Value will be looped. | ||
at: TranslatorUtil::_sanitize_param_loop (src\utils\translator_util.cpp:66) | ||
ERROR: Translator: Parameter 'RR' value (27) is outside of valid range (0 : 15). Value will be looped. | ||
at: TranslatorUtil::_sanitize_param_loop (src\utils\translator_util.cpp:66) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
ERROR: Translator: Parameter 'FB' value (8) is outside of valid range (0 : 7). Value will be looped. | ||
at: TranslatorUtil::_sanitize_param_loop (src\utils\translator_util.cpp:66) | ||
ERROR: Translator: Parameter 'FB' value (8) is outside of valid range (0 : 7). Value will be looped. | ||
at: TranslatorUtil::_sanitize_param_loop (src\utils\translator_util.cpp:66) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
ERROR: Translator: Parameter 'D2' value (-1) is outside of valid range (0 : 3). Value will be looped. | ||
at: TranslatorUtil::_sanitize_param_loop (src\utils\translator_util.cpp:66) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
ERROR: Translator: Parameter 'FB' value (15) is outside of valid range (0 : 7). Value will be looped. | ||
at: TranslatorUtil::_sanitize_param_loop (src\utils\translator_util.cpp:66) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
ERROR: Translator: Parameter 'KL' value (8) is outside of valid range (0 : 3). Value will be looped. | ||
at: TranslatorUtil::_sanitize_param_loop (src\utils\translator_util.cpp:66) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,5 @@ | ||
ERROR: Translator: Parameter 'FB' value (8) is outside of valid range (0 : 7). Value will be looped. | ||
at: TranslatorUtil::_sanitize_param_loop (src\utils\translator_util.cpp:66) | ||
ERROR: Translator: Parameter 'FB' value (8) is outside of valid range (0 : 7). Value will be looped. | ||
at: TranslatorUtil::_sanitize_param_loop (src\utils\translator_util.cpp:66) | ||
ERROR: Translator: Parameter 'FB' value (8) is outside of valid range (0 : 7). Value will be looped. | ||
at: TranslatorUtil::_sanitize_param_loop (src\utils\translator_util.cpp:66) | ||
ERROR: Translator: Parameter 'FB' value (8) is outside of valid range (0 : 7). Value will be looped. | ||
at: TranslatorUtil::_sanitize_param_loop (src\utils\translator_util.cpp:66) | ||
ERROR: Translator: Parameter 'FB' value (8) is outside of valid range (0 : 7). Value will be looped. | ||
at: TranslatorUtil::_sanitize_param_loop (src\utils\translator_util.cpp:66) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
ERROR: Translator: Parameter 'FB' value (8) is outside of valid range (0 : 7). Value will be looped. | ||
at: TranslatorUtil::_sanitize_param_loop (src\utils\translator_util.cpp:66) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
ERROR: Translator: Parameter 'FB' value (8) is outside of valid range (0 : 7). Value will be looped. | ||
at: TranslatorUtil::_sanitize_param_loop (src\utils\translator_util.cpp:66) | ||
ERROR: Translator: Parameter 'FB' value (8) is outside of valid range (0 : 7). Value will be looped. | ||
at: TranslatorUtil::_sanitize_param_loop (src\utils\translator_util.cpp:66) |
Oops, something went wrong.