mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-11 11:25:34 +00:00
[Web] Add clavbur9 to known failures, per #1711
This commit is contained in:
parent
cf1cde65fa
commit
8f8ee5bd06
1 changed files with 2 additions and 1 deletions
|
|
@ -14,6 +14,7 @@
|
|||
*/
|
||||
|
||||
const knownFailures = {
|
||||
'clavbur9': { reason: 'KCCM generated but not supported #1711' },
|
||||
'fv_gwichin': { /*, knownGoodCompilerVersion: '12.0.333.0', knownGoodEngineVersion: '12.0.444'*/ reason: 'Chrome ladder bug #183' },
|
||||
'fv_han': { reason: 'Chrome ladder bug #183' },
|
||||
'fv_northern_tutchone': { reason: 'Chrome ladder bug #183' },
|
||||
|
|
@ -22,7 +23,7 @@ const knownFailures = {
|
|||
'hieroglyphic': { reason: 'Chrome ladder bug #183' },
|
||||
'nailangs': { reason: 'kmanalyze is corrupting the .tests file' },
|
||||
'sil_ipa': { reason: 'kmanalyze is corrupting the .tests file' }
|
||||
};
|
||||
};
|
||||
|
||||
// Node compatibility
|
||||
if(typeof module === 'object') {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue