Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

 config.toml   Interaktion und
Portierbarkeitunbekannt

 
Spracherkennung für: .toml vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

# Standard 'directives.txt' prologues for jit-tests
harness_directive = "|jit-test| skip-if: true"
directive = "|jit-test| test-also=--wasm-compiler=optimizing; test-also=--wasm-compiler=baseline; test-also=--setpref=wasm_test_serialization=true; test-also=--test-wasm-await-tier2; test-also=--disable-wasm-huge-memory; skip-variant-if: --disable-wasm-huge-memory, !wasmHugeMemorySupported(); local-include:harness/harness.js"

# Failing tests across all testsuites
excluded_tests = [
  # fiddly text-format rules we don't care about
  "^annotations.wast",
  "^id.wast",
]

[[repos]]
name = "spec"
url = "https://github.com/WebAssembly/spec"
branch = "main"
excluded_tests = []
directive = "; test-also=--no-avx; skip-variant-if: --no-avx, !getBuildConfiguration('x86') && !getBuildConfiguration('x64') || getBuildConfiguration('simulator')"

[[repos]]
name = "threads"
url = "https://github.com/WebAssembly/threads"
# As of 2023, the main branch was "miserably out of date":
https://github.com/WebAssembly/threads/issues/198
# Now in 2025, main has been forcibly moved to upstream-rebuild, and the
# upstream-rebuild branch deleted. So I guess we are on main now.
branch = "main"
parent = "spec"
excluded_tests = [
  # These tests run very slowly and are a mess to handle in the harness anyway.
  "^deeply_nested.wast.js",
  "^nested.wast.js",

  # tests that are unrelated and out of date
  "^address.wast.js",
  "^align.wast.js",
  "^binary.wast.js",
  "^binary-leb128.wast.js",
  "^br_if.wast.js",
  "^br_table.wast.js",
  "^call_indirect.wast.js",
  "^comments.wast.js",
  "^custom.wast.js",
  "^data.wast.js",
  "^elem.wast.js",
  "^exports.wast.js",
  "^f32.wast.js",
  "^f64.wast.js",
  "^float_exprs.wast.js",
  "^float_literals.wast.js",
  "^float_memory.wast.js",
  "^float_misc.wast.js",
  "^func.wast.js",
  "^global.wast.js",
  "^if.wast.js",
  "^imports.wast.js",
  "^linking.wast.js",
  "^load.wast.js",
  "^local_get.wast.js",
  "^local_tee.wast.js",
  "^loop.wast.js",
  "^memory(_.*)?.wast.js",
  "^ref_func.wast.js",
  "^ref_is_null.wast.js",
  "^ref_null.wast.js",
  "^select.wast.js",
  "^store.wast.js",
  "^simd_.*.wast.js",
  "^table.*.wast.js",
  "^token.wast.js",
  "^tokens.wast.js",
  "^unreachable.wast.js",
  "^unreached-.*.wast.js",
  "^utf8-.*.wast.js",
]
directive = "; skip-if: !wasmThreadsEnabled() || helperThreadCount() === 0;"

[[repos]]
name = "custom-page-sizes"
url = "https://github.com/WebAssembly/custom-page-sizes"
branch = "main"
parent = "spec"
excluded_tests = [
  # tests that are unrelated and out of date
  "^address.wast.js",
  "^array_init_elem.wast.js",
  "^array_new_elem.wast.js",
  "^align.wast.js",
  "^binary.wast.js",
  "^binary-leb128.wast.js",
  "^br_if.wast.js",
  "^br_table.wast.js",
  "^call_indirect.wast.js",
  "^comments.wast.js",
  "^custom.wast.js",
  "^data.wast.js",
  "^elem.wast.js",
  "^exports.wast.js",
  "^f32.wast.js",
  "^f64.wast.js",
  "^float_exprs.wast.js",
  "^float_literals.wast.js",
  "^float_memory.wast.js",
  "^float_misc.wast.js",
  "^func.wast.js",
  "^global.wast.js",
  "^if.wast.js",
  "^imports.wast.js",
  "^linking.wast.js",
  "^load.wast.js",
  "^local_get.wast.js",
  "^local_tee.wast.js",
  "^memory_copy.wast.js",
  "^memory_fill.wast.js",
  "^memory_grow.wast.js",
  "^memory_init.wast.js",
  "^memory_size.wast.js",
  "^memory.wast.js",
  "^ref_func.wast.js",
  "^ref_is_null.wast.js",
  "^ref_null.wast.js",
  "^select.wast.js",
  "^store.wast.js",
  "^simd_.*.wast.js",
  "^table.*.wast.js",
  "^token.wast.js",
  "^tokens.wast.js",
  "^unreachable.wast.js",
  "^unreached-.*.wast.js",
  "^utf8-.*.wast.js",
]
directive = "; skip-if: !wasmCustomPageSizesEnabled(); test-also=-P wasm_custom_page_sizes; test-also=--wasm-compiler=baseline -P wasm_custom_page_sizes; test-also=--wasm-compiler=optimizing -P wasm_custom_page_sizes; test-also=--disable-wasm-huge-memory -P wasm_custom_page_sizes"

[[repos]]
name = "compact-import-section"
url = "https://github.com/WebAssembly/compact-import-section"
branch = "main"
parent = "spec"
excluded_tests = [
  # tests that are unrelated and out of date
  "^array_init_elem.wast.js",
  "^array_new_elem.wast.js",
  "^table_init.wast.js",
]
directive = "; skip-if: !wasmCompactImportsEnabled(); test-also=-P wasm_compact_imports"

[[repos]]
name = "stack-switching"
url = "https://github.com/WebAssembly/stack-switching"
branch = "main"
parent = "spec"
excluded_tests = [
  "^cont.wast.js",
  "^address64.wast.js",
  "^load64.wast.js",
  "^relaxed_min_max.wast.js",
  "^table_get.wast.js",
  "^align.wast.js",
  "^data.wast.js",
  "^memory_copy.wast.js",
  "^return_call_indirect.wast.js",
  "^table_grow.wast.js",
  "^align64.wast.js",
  "^memory_fill.wast.js",
  "^return_call.wast.js",
  "^table_init.wast.js",
  "^array_copy.wast.js",
  "^endianness64.wast.js",
  "^memory_grow.wast.js",
  "^simd_align.wast.js",
  "^table_set.wast.js",
  "^array_fill.wast.js",
  "^extern.wast.js",
  "^memory_grow64.wast.js",
  "^simd_const.wast.js",
  "^table_size.wast.js",
  "^array_init_data.wast.js",
  "^float_exprs.wast.js",
  "^memory_init.wast.js",
  "^simd_i32x4_dot_i16x8.wast.js",
  "^table-sub.wast.js",
  "^array_init_elem.wast.js",
  "^float_memory.wast.js",
  "^memory_redundancy64.wast.js",
  "^simd_lane.wast.js",
  "^table.wast.js",
  "^array_new_data.wast.js",
  "^float_memory64.wast.js",
  "^memory_size.wast.js",
  "^simd_load.wast.js",
  "^tag.wast.js",
  "^array.wast.js",
  "^global.wast.js",
  "^memory_trap64.wast.js",
  "^simd_memory-multi.wast.js",
  "^throw_ref.wast.js",
  "^binary-leb128.wast.js",
  "^memory-multi.wast.js",
  "^simd_store.wast.js",
  "^throw.wast.js",
  "^binary.wast.js",
  "^i16x8_relaxed_q15mulr_s.wast.js",
  "^memory.wast.js",
  "^store.wast.js",
  "^try_table.wast.js",
  "^br_on_non_null.wast.js",
  "^i32x4_relaxed_trunc.wast.js",
  "^memory64.wast.js",
  "^struct.wast.js",
  "^type-rec.wast.js",
  "^br_table.wast.js",
  "^i8x16_relaxed_swizzle.wast.js",
  "^relaxed_dot_product.wast.js",
  "^table_copy_mixed.wast.js",
  "^type-subtyping.wast.js",
  "^bulk.wast.js",
  "^imports.wast.js",
  "^relaxed_laneselect.wast.js",
  "^table_copy.wast.js",
  "^call_indirect.wast.js",
  "^load.wast.js",
  "^relaxed_madd_nmadd.wast.js",
  "^table_fill.wast.js",
  "^array_new_elem.wast.js",
  "^loop.wast.js",
]
directive = "; skip-if: !wasmStackSwitchingEnabled(); test-also=--wasm-compiler=ion -P wasm_stack_switching;"

# Example proposal config:
#
# [[repos]]
# name = "exception-handling"
# url = "https://github.com/WebAssembly/exception-handling"
# branch = "main"
# parent = "spec"
# excluded_tests = [
#   "^data.wast.js",
#   "^elem.wast.js",
# ]

[Konzepte0.56Was zu einem Entwurf gehört]

                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Statistik
#Sources=434850
#Domains=655579