fix(#308): No documentation for DCB directive #315
GitHub Actions / Unit Test Results
failed
Jul 11, 2024 in 0s
2 fail, 262 pass in 3m 28s
Annotations
Check warning on line 0 in should build and debug
github-actions / Unit Test Results
2 out of 3 runs failed: FS-UAE Integration test complete workspace test should build and debug (should build and debug)
artifacts/Unit Test Results/test-results-macos-latest.xml
artifacts/Unit Test Results/test-results-windows-latest.xml
Raw output
Error: Timeout of 60000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (d:\a\vscode-amiga-assembly\vscode-amiga-assembly\out\test\integrationfsuae.test.js)
at listOnTimeout (node:internal/timers:573:17)
at process.processTimers (node:internal/timers:514:7)
Check warning on line 0 in should build and debug
github-actions / Unit Test Results
WinUAE Integration test complete workspace test should build and debug (should build and debug) failed
artifacts/Unit Test Results/test-results-windows-latest.xml
Raw output
Error: Timeout of 60000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (d:\a\vscode-amiga-assembly\vscode-amiga-assembly\out\test\integration.test.js)
at listOnTimeout (node:internal/timers:573:17)
at process.processTimers (node:internal/timers:514:7)
Check notice on line 0 in .github
github-actions / Unit Test Results
264 tests found
There are 264 tests, see "Raw output" for the full list of tests.
Raw output
Basic configuration ‑ Parser Tests ASMDocument asmDocumentiters parsing Insctructions document with all elements Basic configuration
Shloud format a basic assignment ‑ Parser Tests ASMDocument asmDocumentiters parsing Single assignment line document Shloud format a basic assignment
Should add pad to the end of a string ‑ Formatter Tests Should add pad to the end of a string
Should adjust start for path segments containing word boundaries ‑ Completion Tests Completion api Include completions Should adjust start for path segments containing word boundaries
Should allow opcode names in labels ‑ Formatter Tests Should allow opcode names in labels
Should allow opcode names in labels ‑ Parser Tests ASM Line parsing Should allow opcode names in labels
Should apply a formula to a selection and replace with the result ‑ Global Extension Tests Apply formula commands Should apply a formula to a selection and replace with the result
Should apply a formula with binary operators to a selection and replace with the result ‑ Global Extension Tests Apply formula commands Should apply a formula with binary operators to a selection and replace with the result
Should apply chmod ‑ FsProxy test Should apply chmod
Should apply chmod in all files in dir ‑ FsProxy test Should apply chmod in all files in dir
Should build all the workspace ‑ VASM Tests VASMCompiler Should build all the workspace
Should build even if the linker is disable ‑ VASM Tests VASMCompiler Should build even if the linker is disable
Should build the current document on save ‑ Task Provider tests CompileController Should build the current document on save
Should build the current editor file ‑ VASM Tests VASMCompiler Should build the current editor file
Should calculate an expression with all kind of numbers ‑ Calc Tests Should calculate an expression with all kind of numbers
Should calculate an expression with binary operations ‑ Calc Tests Should calculate an expression with binary operations
Should calculate an expression with variables ‑ Calc Tests Should calculate an expression with variables
Should call the compiler command ‑ VASM Tests VASMCompiler Should call the compiler command
Should call the link command ‑ VLINK Tests VLINKLinker Should call the link command
Should catch an error ‑ ADFTools test Should catch an error
Should chmod the resources ‑ Global Extension Tests Initialization Should chmod the resources
Should clean the current workspace on command ‑ Global Extension Tests Build commands Should clean the current workspace on command
Should clean the workspace ‑ VASM Tests VASMCompiler Should clean the workspace
Should compare two string in lowercase ‑ String Utils tests Should compare two string in lowercase
Should compute a bootblock checksum ‑ ADFTools test Boot Block Should compute a bootblock checksum
Should convert a ascii string to hex buffer ‑ String Utils tests Should convert a ascii string to hex buffer
Should convert a hex string containing an utf8 string to utf8 string ‑ String Utils tests Should convert a hex string containing an utf8 string to utf8 string
Should convert a number to ascii string ‑ String Utils tests Should convert a number to ascii string
Should copy a directory recursively ‑ FsProxy test Should copy a directory recursively
Should copy the project to a folder ‑ WorkspaceManager test Should copy the project to a folder
Should create a bootable disk ‑ ADFTools test Should create a bootable disk
Should create a bootblock from a binary file ‑ ADFTools test Boot Block Should create a bootblock from a binary file
Should create a directory and delete ‑ FsProxy test Should create a directory and delete
Should delete a file ‑ FsProxy test Should delete a file
Should disassemble a file ‑ Global Extension Tests Disassemble command Should disassemble a file
Should display a binary correctly ‑ Parser Tests Number parsing Should display a binary correctly
Should display an ascii correctly ‑ Parser Tests Number parsing Should display an ascii correctly
Should display an hex correctly ‑ Parser Tests Number parsing Should display an hex correctly
Should evaluate a formula ‑ Definition handler Tests tutorial source Should evaluate a formula
Should evaluate a selection and replace with the result ‑ Global Extension Tests Simple calc commands Should evaluate a selection and replace with the result
Should evaluate a selection ‑ Global Extension Tests Simple calc commands Should evaluate a selection
Should evaluate a variable ‑ Definition handler Tests tutorial source Should evaluate a variable
Should evaluate the selection in the status bar ‑ Global Extension Tests Simple calc commands Should evaluate the selection in the status bar
Should execute a command and parse stderr ‑ Executor Tests Should execute a command and parse stderr
Should execute a command and parse stdout ‑ Executor Tests Should execute a command and parse stdout
Should find a symbol definition ‑ Global Extension Tests Symbols commands Should find a symbol definition
Should find all numbers ‑ Parser Tests ASM Line parsing Should find all numbers
Should find all the colors of a line ‑ Color Tests Should find all the colors of a line
Should find all the symbol references for a dot label ‑ Global Extension Tests Symbols commands Should find all the symbol references for a dot label
Should find all the symbol references for a strange label ‑ Global Extension Tests Symbols commands Should find all the symbol references for a strange label
Should find all the symbol references for symbol in calculus ‑ Global Extension Tests Symbols commands Should find all the symbol references for symbol in calculus
Should find all the symbol references ‑ Global Extension Tests Symbols commands Should find all the symbol references
Should find the child path from a directory ‑ FsProxy test Should find the child path from a directory
Should find the files in a directory ‑ FsProxy test Should find the files in a directory
Should find the keywords starting with a word ‑ Documentation Tests Should find the keywords starting with a word
Should find the used and free registers ‑ Definition handler Tests tutorial source Editor selection Should find the used and free registers
Should find the variables beginning by a work ‑ Definition handler Tests tutorial source Editor selection Should find the variables beginning by a work
Should find used registers ‑ Definition handler Tests Functions Should find used registers
Should fit to tab columns ‑ Parser Tests ASMDocument asmDocumentiters parsing Insctructions document with all elements Should fit to tab columns
Should format a color ‑ Color Tests Should format a color
Should format a file with tabs ‑ Global Extension Tests Formatting command Should format a file with tabs
Should format a full line without comment ‑ Formatter Tests Should format a full line without comment
Should format a full line ‑ Formatter Tests Should format a full line
Should format a line on typing with a full ‑ Formatter Tests Should format a line on typing with a full
Should format a line on typing with a label ‑ Formatter Tests Should format a line on typing with a label
Should format a line on typing with an instruction ‑ Formatter Tests Should format a line on typing with an instruction
Should format a line with instruction and data ‑ Formatter Tests Should format a line with instruction and data
Should format a line with only an instruction ‑ Formatter Tests Should format a line with only an instruction
Should format a line without data ‑ Formatter Tests Should format a line without data
Should format a macro ‑ Formatter Tests Should format a macro
Should format a result ‑ Calc Tests Should format a result
Should format a simple file ‑ Global Extension Tests Formatting command Should format a simple file
Should format an assignment ‑ Formatter Tests Should format an assignment
Should format another simple file with sprite ‑ Global Extension Tests Formatting command Should format another simple file with sprite
Should format with preferred sizes ‑ Formatter Tests Should format with preferred sizes
Should get a correct list of regex from a regex on it's name ‑ Language Tests ASMLine Tests Should get a correct list of regex from a regex on it's name
Should get a correct regex from it's name ‑ Language Tests ASMLine Tests Should get a correct regex from it's name
Should get a pattern from a regex on it's name ‑ Language Tests ASMLine Tests Should get a pattern from a regex on it's name
Should get a pattern from it's name ‑ Language Tests ASMLine Tests Should get a pattern from it's name
Should get a value for a variable ‑ Definition handler Tests tutorial source Should get a value for a variable
Should get the list of possible extensions for an instruction ‑ Language Tests ASMLine Tests Should get the list of possible extensions for an instruction
Should handle paths without quotes ‑ Completion Tests Completion api Include completions Should handle paths without quotes
Should handle single quotes ‑ Completion Tests Completion api Include completions Should handle single quotes
Should handle the Diagnostics errors and warning ‑ Executor Tests Diagnostics handle Should handle the Diagnostics errors and warning
Should handle the Diagnostics errors of included files ‑ Executor Tests Diagnostics handle Opened document Should handle the Diagnostics errors of included files
Should handle the Diagnostics of errors for symbols ‑ Executor Tests Diagnostics handle Opened document Should handle the Diagnostics of errors for symbols
Should handle the Diagnostics of errors only ‑ Executor Tests Diagnostics handle Should handle the Diagnostics of errors only
Should handle the Diagnostics of warning only ‑ Executor Tests Diagnostics handle Should handle the Diagnostics of warning only
Should have the included files graph ‑ Definition handler Tests tutorial source Opened document Should have the included files graph
Should hide the status bar if it it not valuable ‑ Global Extension Tests Simple calc commands Should hide the status bar if it it not valuable
Should leave quote symbols within string ‑ String Utils tests #parseQuoted() Should leave quote symbols within string
Should leave unquoted strings as-is ‑ String Utils tests #parseQuoted() Should leave unquoted strings as-is
Should list the files in a directory ‑ FsProxy test Should list the files in a directory
Should match case of size completions to instruction ‑ Completion Tests Completion api Should match case of size completions to instruction
Should normalize paths ‑ FsProxy test Should normalize paths
Should not get an error when cleaning the workspace and vasm disabled ‑ VASM Tests VASMCompiler Should not get an error when cleaning the workspace and vasm disabled
Should not have the same completion in variable and library function or register ‑ Completion Tests Completion api Should not have the same completion in variable and library function or register
Should not return a completion on a local label out of scope ‑ Completion Tests Completion api Should not return a completion on a local label out of scope
Should not return a completion on an instruction after . ‑ Completion Tests Completion api Should not return a completion on an instruction after .
Should not return an error on build document if the compiler is not enabled ‑ VASM Tests VASMCompiler Should not return an error on build document if the compiler is not enabled
Should not return an error on build workspace if the compiler is not enabled ‑ VASM Tests VASMCompiler Should not return an error on build workspace if the compiler is not enabled
Should not return completion in a comment ‑ Completion Tests Completion api Should not return completion in a comment
Should not return completion on a variable or function in an instruction place ‑ Completion Tests Completion api Should not return completion on a variable or function in an instruction place
Should not return completion with an instruction in a data ‑ Completion Tests Completion api Should not return completion with an instruction in a data
Should not return prefixed local labels ‑ Completion Tests Completion api Should not return prefixed local labels
Should open an inputBox as calc ‑ Global Extension Tests Simple calc commands Should open an inputBox as calc
Should order the files when listing it ‑ FsProxy test Should order the files when listing it
Should pad a string ‑ String Utils tests Should pad a string
Should parse a error ‑ VASM Tests VASMParser Should parse a error
Should parse a error ‑ VLINK Tests VLINKParser Should parse a error
Should parse a included file error ‑ VASM Tests VASMParser Should parse a included file error
Should parse a label line ‑ Parser Tests ASM Line parsing Should parse a label line
Should parse a label with comment on same line ‑ Symbols reader Tests comment docs Should parse a label with comment on same line
Should parse a label with comments after symbol ‑ Symbols reader Tests comment docs Should parse a label with comments after symbol
Should parse a label with comments before symbol ‑ Symbols reader Tests comment docs Should parse a label with comments before symbol
Should parse a label with comments both before and after symbol ‑ Symbols reader Tests comment docs Should parse a label with comments both before and after symbol
Should parse a label with no comments ‑ Symbols reader Tests comment docs Should parse a label with no comments
Should parse a label with star style comments ‑ Symbols reader Tests comment docs Should parse a label with star style comments
Should parse a library call ‑ Parser Tests ASM Line parsing Should parse a library call
Should parse a line with no known instruction ‑ Parser Tests ASM Line parsing Should parse a line with no known instruction
Should parse a line without label ‑ Parser Tests ASM Line parsing Should parse a line without label
Should parse a line without labels nor comment ‑ Parser Tests ASM Line parsing Should parse a line without labels nor comment
Should parse a macro with comments ‑ Symbols reader Tests comment docs Should parse a macro with comments
Should parse a multiline error ‑ VASM Tests VASMParser Should parse a multiline error
Should parse a number ‑ Parser Tests Number parsing Should parse a number
Should parse a single line instruction ‑ Parser Tests ASM Line parsing Should parse a single line instruction
Should parse a variable with comments ‑ Symbols reader Tests comment docs Should parse a variable with comments
Should parse an asignement ‑ Parser Tests ASM Line parsing Should parse an asignement
Should parse an empty string to no errors ‑ VASM Tests VASMParser Should parse an empty string to no errors
Should parse an empty string to no errors ‑ VLINK Tests VLINKParser Should parse an empty string to no errors
Should parse an entire line ‑ Parser Tests ASM Line parsing Should parse an entire line
Should parse compiler option as instruction ‑ Parser Tests ASM Line parsing Should parse compiler option as instruction
Should parse macros as instruction ‑ Parser Tests ASM Line parsing Should parse macros as instruction
Should parse the language json file ‑ Language Tests ASMLine Tests Should parse the language json file
Should parse the language json file ‑ Language Tests HoverInstruction Tests Should parse the language json file
Should parse the type of a number ‑ Parser Tests Number parsing Should parse the type of a number
Should preserve case on completion of a register ‑ Completion Tests Completion api Should preserve case on completion of a register
Should preserve case on completion of an instruction ‑ Completion Tests Completion api Should preserve case on completion of an instruction
Should preserve file order to build ‑ VASM Tests VASMCompiler Should preserve file order to build
Should preserve file order to link ‑ VLINK Tests VLINKLinker Should preserve file order to link
Should print a register array ‑ Definition handler Tests tutorial source Should print a register array
Should process the global errors to find the line in document ‑ VASM Tests VASMCompiler Should process the global errors to find the line in document
Should provide content to disassembly file ‑ debug disassembly content provider Should provide content to disassembly file
Should read all the symbols of a file ‑ Symbols reader Tests Should read all the symbols of a file
Should read an existing file ‑ FsProxy test Should read an existing file
Should read the file correctly ‑ Documentation Tests Hover directive file parsing Should read the file correctly
Should read the file correctly ‑ Documentation Tests Hover instruction file parsing Should read the file correctly
Should read the files correctly ‑ Documentation Tests Hover library file parsing Should read the files correctly
Should read the files correctly ‑ Documentation Tests Hover register file parsing Should read the files correctly
Should remove double quotes ‑ String Utils tests #parseQuoted() Should remove double quotes
Should remove images urls ‑ Documentation Tests Hover instruction file parsing Should remove images urls
Should remove single quotes ‑ String Utils tests #parseQuoted() Should remove single quotes
Should remove unbalanced quotes ‑ String Utils tests #parseQuoted() Should remove unbalanced quotes
Should rename a file ‑ FsProxy test Should rename a file
Should render a command ‑ Hover Tests Should render a command
Should render a number ‑ Hover Tests Should render a number
Should render a register hover ‑ Hover Tests Should render a register hover
Should render a register value ‑ Hover Tests Should render a register value
Should replace a string in a file ‑ FsProxy test Should replace a string in a file
Should resolve bcc variants ‑ Documentation Tests Hover instruction file parsing Should resolve bcc variants
Should resolve dbcc variants ‑ Documentation Tests Hover instruction file parsing Should resolve dbcc variants
Should resolve scc variants ‑ Documentation Tests Hover instruction file parsing Should resolve scc variants
Should retrieve 0 for a negative property ‑ Formatter Tests Should retrieve 0 for a negative property
Should retrieve a boolean configuration ‑ ConfigurationHelper Tests Should retrieve a boolean configuration
Should retrieve a number configuration ‑ ConfigurationHelper Tests Should retrieve a number configuration
Should retrieve a string configuration ‑ ConfigurationHelper Tests Should retrieve a string configuration
Should retrieve the positions of the elements in the line ‑ Parser Tests ASM Line parsing Should retrieve the positions of the elements in the line
Should retrieve the registers from a data line with ranges ‑ Parser Tests ASM Line parsing Should retrieve the registers from a data line with ranges
Should retrieve the registers from a data line ‑ Parser Tests ASM Line parsing Should retrieve the registers from a data line
Should retrieve the registers from a registers range ‑ Parser Tests ASM Line parsing Should retrieve the registers from a registers range
Should retrieve the symbol from a data line ‑ Parser Tests ASM Line parsing Should retrieve the symbol from a data line
Should retrieve the symbol from a label line ‑ Parser Tests ASM Line parsing Should retrieve the symbol from a label line
Should return a completion for an include file with an absolute path ‑ Completion Tests Completion api Include completions Should return a completion for an include file with an absolute path
Should return a completion on a cpu register ‑ Completion Tests Completion api Should return a completion on a cpu register
Should return a completion on a custom register ‑ Completion Tests Completion api Should return a completion on a custom register
Should return a completion on a directive ‑ Completion Tests Completion api Should return a completion on a directive
Should return a completion on a label ‑ Completion Tests Completion api Should return a completion on a label
Should return a completion on a library function ‑ Completion Tests Completion api Should return a completion on a library function
Should return a completion on a local label in scope ‑ Completion Tests Completion api Should return a completion on a local label in scope
Should return a completion on a macro ‑ Completion Tests Completion api Should return a completion on a macro
Should return a completion on a variable ‑ Completion Tests Completion api Should return a completion on a variable
Should return a completion on a xref ‑ Completion Tests Completion api Should return a completion on a xref
Should return a completion on an instruction ‑ Completion Tests Completion api Should return a completion on an instruction
Should return a completions with an incdir instruction ‑ Completion Tests Completion api Include completions Should return a completions with an incdir instruction
Should return a completions with multiple incdir instructions ‑ Completion Tests Completion api Include completions Should return a completions with multiple incdir instructions
Should return a hover on a data with a formula and a register ‑ Hover Tests Should return a hover on a data with a formula and a register
Should return a hover on a data with a library name ‑ Hover Tests Should return a hover on a data with a library name
Should return a hover on a data with a number and a register ‑ Hover Tests Should return a hover on a data with a number and a register
Should return a hover on a data with a number ‑ Hover Tests HoverProvider api Should return a hover on a data with a number
Should return a hover on a directive ‑ Hover Tests HoverProvider api Should return a hover on a directive
Should return a hover on an instruction ‑ Hover Tests HoverProvider api Should return a hover on an instruction
Should return a hover on variable ‑ Hover Tests Should return a hover on variable
Should return all file completions for directory ‑ Completion Tests Completion api Include completions Should return all file completions for directory
Should return all file completions for include with no input text ‑ Completion Tests Completion api Include completions Should return all file completions for include with no input text
Should return an error if the build dir does not exists ‑ VASM Tests VASMCompiler Should return an error if the build dir does not exists
Should return an error on build document if the compiler is not configured ‑ VASM Tests VASMCompiler Should return an error on build document if the compiler is not configured
Should return an error on build workspace if the compiler is not configured ‑ VASM Tests VASMCompiler Should return an error on build workspace if the compiler is not configured
Should return an insert spaces command after an instruction ‑ Formatter Tests OnTypeFormattingEditProvider Should return an insert spaces command after an instruction
Should return completions for incbin ‑ Completion Tests Completion api Include completions Should return completions for incbin
Should return completions for incdir ‑ Completion Tests Completion api Include completions Should return completions for incdir
Should return completions with ../ path ‑ Completion Tests Completion api Include completions Should return completions with ../ path
Should return completions with ./ path ‑ Completion Tests Completion api Include completions Should return completions with ./ path
Should return directory completions for include ‑ Completion Tests Completion api Include completions Should return directory completions for include
Should return file completions filtered by prefix ‑ Completion Tests Completion api Include completions Should return file completions filtered by prefix
Should return file completions for include ‑ Completion Tests Completion api Include completions Should return file completions for include
Should return no completion on an unknown work ‑ Completion Tests Completion api Should return no completion on an unknown work
Should return no editing command on a empty document ‑ Formatter Tests OnTypeFormattingEditProvider Should return no editing command on a empty document
Should return no hover on a empty document ‑ Hover Tests HoverProvider api Should return no hover on a empty document
Should select documents to build ‑ VASM Tests VASMCompiler Should select documents to build
Should send an error on read of an non existing file ‑ FsProxy test Should send an error on read of an non existing file
Should send an error on stat of an non existing file ‑ FsProxy test Should send an error on stat of an non existing file
Should send an error on write of an non existing dir ‑ FsProxy test Should send an error on write of an non existing dir
Should show an iff file ‑ Global Extension Tests Webview Should show an iff file
Should sort objects according to the entrypoint ‑ VLINK Tests VLINKLinker Should sort objects according to the entrypoint
Should split a comment line ‑ Parser Tests ASM Line parsing Should split a comment line
Should stat an existing file ‑ FsProxy test Should stat an existing file
Should test if two files are in the same directory ‑ FsProxy test Should test if two files are in the same directory
Should tranform a text to decimals ‑ Parser Tests Number parsing Should tranform a text to decimals
Should transform a hex string to a base64 and inverse ‑ String Utils tests Should transform a hex string to a base64 and inverse
Should transform a hex string to an array ‑ String Utils tests Should transform a hex string to an array
Should transform a number to a typed string ‑ Parser Tests Number parsing Should transform a number to a typed string
Should transform an array to a hex string ‑ String Utils tests Should transform an array to a hex string
Should use incdir instructions in other files ‑ Completion Tests Completion api Include completions Should use incdir instructions in other files
Should use the preferred sizes ‑ Parser Tests ASMDocument asmDocumentiters parsing Insctructions document with all elements Should use the preferred sizes
Should verify if a file or dir exists ‑ FsProxy test Should verify if a file or dir exists
Should write a bootblock file from a binary file ‑ ADFTools test Boot Block Should write a bootblock file from a binary file
Should write a file ‑ FsProxy test Should write a file
leaves text unchanged ‑ configVariables substituteVariables leaves text unchanged
removes missing env vars ‑ configVariables substituteVariables removes missing env vars
replaces config vars ‑ configVariables substituteVariables replaces config vars
replaces cwd ‑ configVariables substituteVariables replaces cwd
replaces env vars ‑ configVariables substituteVariables replaces env vars
replaces extensionResourcesFolder ‑ configVariables substituteVariables replaces extensionResourcesFolder
replaces file ‑ configVariables substituteVariables replaces file
replaces fileBasename ‑ configVariables substituteVariables replaces fileBasename
replaces fileBasenameNoExtension ‑ configVariables substituteVariables replaces fileBasenameNoExtension
replaces fileDirname ‑ configVariables substituteVariables replaces fileDirname
replaces fileExtname ‑ configVariables substituteVariables replaces fileExtname
replaces fileWorkspaceFolder ‑ configVariables substituteVariables replaces fileWorkspaceFolder
replaces lineNumber ‑ configVariables substituteVariables replaces lineNumber
replaces pathSeparator ‑ configVariables substituteVariables replaces pathSeparator
replaces platformName ‑ configVariables substituteVariables replaces platformName
replaces recursively ‑ configVariables substituteVariables replaces recursively
replaces relativeFile ‑ configVariables substituteVariables replaces relativeFile
replaces relativeFileDirname ‑ configVariables substituteVariables replaces relativeFileDirname
replaces selectedText ‑ configVariables substituteVariables replaces selectedText
replaces workspaceFolder ‑ configVariables substituteVariables replaces workspaceFolder
replaces workspaceFolderBasename ‑ configVariables substituteVariables replaces workspaceFolderBasename
should build and debug ‑ FS-UAE Integration test complete workspace test should build and debug
should build and debug ‑ WinUAE Integration test complete workspace test should build and debug
should generate a line expression data ‑ Expression data generator should generate a line expression data
should generate a sinus expression data ‑ Expression data generator should generate a sinus expression data
should generate a string output for all output types ‑ Expression data generator should generate a string output for all output types
should generate a string output for hex format ‑ Expression data generator should generate a string output for hex format
should generate negative numbers ‑ Expression data generator should generate negative numbers
should locate codelens / resolve and apply ‑ Expression data generator CodeLens provider should locate codelens / resolve and apply
should pad generate numbers ‑ Expression data generator should pad generate numbers
should parse and print a comment data generator ‑ Expression data generator should parse and print a comment data generator
should prevent negative numbers byte out of bounds ‑ Expression data generator should prevent negative numbers byte out of bounds
should prevent negative numbers long out of bounds ‑ Expression data generator should prevent negative numbers long out of bounds
should prevent negative numbers word out of bounds ‑ Expression data generator should prevent negative numbers word out of bounds
should throw an exception on eval runtime ‑ Expression data generator should throw an exception on eval runtime
should throw an exception on invalid function ‑ Expression data generator should throw an exception on invalid function
should throw an exception on override ‑ Expression data generator should throw an exception on override
Loading